Skip to content

Commit

Permalink
New docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 10, 2024
1 parent 0e0fa31 commit b4894ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ 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 }}
echo "EC=254" >> $GITHUB_ENV #echo "EC=$?" >> $GITHUB_ENV
- name: Set up Docker Buildx
Expand All @@ -84,8 +83,8 @@ jobs:
tags: "${{ steps.version_check.outputs.CONTAINER_TAG }}-dev"
context: '.'
file: 'scripts/desktop-wallet-ci.Dockerfile'
#cache-from: type=gha
#cache-to: type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
BASE_VERSION=${{ env.BASE_IMAGE_VERSION }}
NODE_VERSION=${{ env.NODE_VERSION }}
Expand Down
6 changes: 3 additions & 3 deletions scripts/desktop-wallet-ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ RUN apt-get update && apt-get install -y \
libudev-dev \
libusb-1.0-0-dev \
rpm \
awscli \
sl \
sed
awscli

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

Expand All @@ -25,4 +23,6 @@ RUN . $NVM_DIR/nvm.sh \
&& npm install --global yarn \
&& nvm use ${NODE_VERSION}

RUN echo "new thing"

ENV PATH=$NVM_DIR/versions/node/v${NODE_VERSION}/bin:${PATH}

0 comments on commit b4894ed

Please sign in to comment.