Browse Source

Try wrapping env.image exists in ${{ }}

prod-pipeline-testing
Sam Seed 2 years ago
parent
commit
a499ec95ef
  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