Skip to content

Commit f01bf2f

Browse files
committed
specify local image
1 parent 7b8457f commit f01bf2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
uses: jwalton/gh-ecr-push@v2
3232
with:
3333
region: ${{ secrets.AWS_REGION }}
34+
local-image: ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}
3435
image: ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}, ${{ env.DOCKER_REPO }}:latest

0 commit comments

Comments
 (0)