From 0dfb5553ec4d186319fccdbd269fcffaaf8c469e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Tue, 3 Dec 2024 14:22:57 +0100 Subject: [PATCH] Test hardcoded version --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c025118ff..670a2c1f1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,6 +66,7 @@ jobs: - 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=${{ env.VERSION }} echo "EC=$?" >> $GITHUB_ENV