From 38eb3398c8cfa16bffa8afcdb454db0f250c6665 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Tue, 10 Oct 2023 10:08:58 +0100 Subject: [PATCH] Revert "Don't push docker image for now" This reverts commit a5e3eb3486e3c2c5df20430c75a678f78de02a7b. --- .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 507ea9d7f..fb3e06f3d 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -55,7 +55,7 @@ jobs: - name: Build, tag, and push docker image to ECR id: build-image - if: ${{ 'true' == 'false' }} + if: ${{ env.image-exists == 'false' }} env: registry: ${{ steps.ecr-login.outputs.registry }} commit_tag: ${{ github.sha }}