This reverts commit a5e3eb3486.
a5e3eb3486
@ -55,7 +55,7 @@ jobs:
- name: Build, tag, and push docker image to ECR
id: build-image
if: ${{ 'true' == 'false' }}
if: ${{ env.image-exists == 'false' }}
env:
registry: ${{ steps.ecr-login.outputs.registry }}
commit_tag: ${{ github.sha }}