From 5062228af12e72e772d2569d53edff6ea57a1be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= <ekw@concordium.com> Date: Mon, 9 Dec 2024 09:39:11 +0100 Subject: [PATCH] Do not check image --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e36d2af1..a7bb6cc47 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,11 +66,11 @@ jobs: # echo "VERSION=$VERSION" >> $GITHUB_OUTPUT # echo "CONTAINER_TAG=${{ env.ECR_REPO }}:$VERSION" >> $GITHUB_OUTPUT - - name: Check if image exist - run: | - set +e - aws ecr describe-images --registry-id "192549843005" --repository-name "concordium/desktop-wallet-ci" --region eu-west-1 --image-ids=imageTag=${{ steps.version_check.outputs.VERSION }} - echo "EC=$?" >> $GITHUB_ENV + #- name: Check if image exist + # run: | + # set +e + # aws ecr describe-images --registry-id "192549843005" --repository-name "concordium/desktop-wallet-ci" --region eu-west-1 --image-ids=imageTag=${{ steps.version_check.outputs.VERSION }} + echo "EC=254" >> $GITHUB_ENV #echo "EC=$?" >> $GITHUB_ENV - name: build ci image if: ${{ env.EC == 254 }}