Skip to content

Commit

Permalink
Cache mode = max
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 10, 2024
1 parent a0d6624 commit 769709c
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 }}-dev"
context: '.'
file: 'scripts/desktop-wallet-ci.Dockerfile'
#cache-from: type=gha
#cache-to: type=gha
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

0 comments on commit 769709c

Please sign in to comment.