From a5e3eb3486e3c2c5df20430c75a678f78de02a7b Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Tue, 10 Oct 2023 09:40:38 +0100 Subject: [PATCH] Don't push docker image for now --- .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 e8a1b50c3..df7a2be0d 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: ${{ 'true' == 'false' }} env: registry: ${{ steps.ecr-login.outputs.registry }} commit_tag: ${{ github.sha }}