Skip to content

Commit

Permalink
gha cache
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 9, 2024
1 parent c131f0d commit bb40037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
tags: "${{ steps.version_check.outputs.CONTAINER_TAG }}"
context: '.'
file: 'scripts/desktop-wallet-ci.Dockerfile'
cache-from: type=local,src=/$HOME/cache
cache-to: type=local,dest=/$HOME/cache
cache-from: type=gha
cache-to: type=gha
build-args: |
BASE_VERSION=${{ env.BASE_IMAGE_VERSION }}
NODE_VERSION=${{ env.NODE_VERSION }}
Expand Down

0 comments on commit bb40037

Please sign in to comment.