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