Skip to content

Commit 7f38d2f

Browse files
authored
Merge pull request #126 from crazy-max/cache-mode-min
ci: remove mode=max on cache export
2 parents d1787eb + 05efc7d commit 7f38d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
push: ${{ github.event_name != 'pull_request' }}
6868
set: |
6969
*.cache-from=type=gha,scope=image
70-
*.cache-to=type=gha,scope=image,mode=max
70+
*.cache-to=type=gha,scope=image
7171
*.attest=type=sbom
7272
7373
dockerhub-readme:

0 commit comments

Comments
 (0)