Browse Source

Try ${{ env.image-exists == 'false' }}

prod-pipeline-testing
Sam Seed 2 years ago
parent
commit
fa433fd728
  1. 2
      .github/workflows/aws_deploy.yml

2
.github/workflows/aws_deploy.yml

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

Loading…
Cancel
Save