Skip to content

Commit

Permalink
Test check version
Browse files Browse the repository at this point in the history
EmilKWarmdahl committed Dec 3, 2024
1 parent 2b06562 commit 783c478
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -51,15 +51,8 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2
with:
mask-password: false

- name: Check if image exist
run: |
aws ecr describe-images --registry-id "192549843005" --repository-name "concordium/desktop-wallet-ci" --region eu-west-1 --image-ids=imageTag=test
echo "EC=$?" >> $GITHUB_ENV

- name: Checkout repository
if: ${{ env.EC == 254 }}
uses: actions/checkout@v4
with:
submodules: recursive
@@ -77,6 +70,11 @@ jobs:
exit 1
fi
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Check if image exist
run: |
aws ecr describe-images --registry-id "192549843005" --repository-name "concordium/desktop-wallet-ci" --region eu-west-1 --image-ids=imageTag=test
echo "EC=$?" >> $GITHUB_ENV
- name: build ci image
if: ${{ env.EC == 254 }}

0 comments on commit 783c478

Please sign in to comment.