Skip to content

Commit 1cea580

Browse files
committed
chore: improve cache config
1 parent c915234 commit 1cea580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
context: .
9595
tags: |
9696
ghcr.io/${{ steps.names.outputs.repo }}:${{ steps.names.outputs.group }}
97-
cache-from: type=gha
98-
cache-to: type=gha,mode=max
97+
cache-from: type=gha,scope=${{ matrix.group }}
98+
cache-to: type=gha,mode=min,scope=${{ matrix.group }}

0 commit comments

Comments
 (0)