Skip to content

Commit

Permalink
Try local cache with src
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 9, 2024
1 parent c4298c2 commit 8f9b84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
context: '.'
file: 'scripts/desktop-wallet-ci.Dockerfile'
cache-from: type=local,src=/$HOME/cache
cache-to: type=local,src=/$HOME/cache
cache-to: type=local,dest=/$HOME/cache
build-args: |
BASE_VERSION=${{ env.BASE_IMAGE_VERSION }}
NODE_VERSION=${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 8f9b84c

Please sign in to comment.