Skip to content

Commit

Permalink
Build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 26, 2024
1 parent f5b1771 commit 2bbd1f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:

env:
BASE_IMAGE_VERSION: "rust-1.82_ghc-9.6.6-1"
NODE_VERSION: "7.0.5"
STATIC_NODE_BINARY_IMAGE_NAME: 'static-node-binaries'
AWS_ROLE_TO_ASSUME: "arn:aws:iam::192549843005:role/github_concordium-desktop-wallet"
S3_BUCKET: "s3://desktopwallet.concordium.com/"
Expand All @@ -39,8 +40,8 @@ jobs:
tags: desktop-wallet-ci:latest
context: '.'
file: ''
cache-to: type=gha,mode=max
cache-from: type=gha
# cache-to: type=gha,mode=max
# cache-from: type=gha
build-args: |
BASE_VERSION=${{ env.BASE_IMAGE_VERSION }}
NODE_VERSION=${{ env.NODE_VERSION }}
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:

release-desktop-wallet-linux:
environment: release
# needs: login-aws
needs:
runs-on: ubuntu-latest
container:
image: "desktop-wallet-ci:latest"
Expand Down

0 comments on commit 2bbd1f1

Please sign in to comment.