Skip to content

Commit

Permalink
Build new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 10, 2024
1 parent 903c7ef commit 522e967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
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 }}
#docker pull ${{ steps.version_check.outputs.CONTAINER_TAG }}
docker pull ${{ steps.version_check.outputs.CONTAINER_TAG }}
echo "EC=254" >> $GITHUB_ENV #echo "EC=$?" >> $GITHUB_ENV
- name: Set up Docker Buildx
Expand Down
3 changes: 2 additions & 1 deletion scripts/desktop-wallet-ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y \
libusb-1.0-0-dev \
rpm \
awscli \
sl
sl \
sed

RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Expand Down

0 comments on commit 522e967

Please sign in to comment.