From 8bf0de985a62584feb4f63fbceecc3794f1d5e30 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Mon, 9 Oct 2023 18:24:27 +0100 Subject: [PATCH] Revert "Try removing '' from around false" This reverts commit a798398abb120be20d26501db1ea868ed2303c4e. --- .github/workflows/aws_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index 3e2ae37a8..5b1bb4a8f 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.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 }}