Skip to content

Commit

Permalink
Do not check image
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 9, 2024
1 parent ce85d9b commit 5062228
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5062228

Please sign in to comment.