There was an error while loading. Please reload this page.
1 parent 7b8457f commit f01bf2fCopy full SHA for f01bf2f
1 file changed
.github/workflows/deploy.yml
@@ -31,4 +31,5 @@ jobs:
31
uses: jwalton/gh-ecr-push@v2
32
with:
33
region: ${{ secrets.AWS_REGION }}
34
+ local-image: ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}
35
image: ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}, ${{ env.DOCKER_REPO }}:latest
0 commit comments