Skip to content

Commit

Permalink
ci: reduce cache mode from 'max' to 'min' to try and get below 10gb c…
Browse files Browse the repository at this point in the history
…aches
  • Loading branch information
jippi committed Feb 1, 2025
1 parent 0b349f3 commit b1ae42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
cache-from: |
type=local,src=.cache/buildx
cache-to: |
type=local,dest=.cache/buildx,mode=max,compression=uncompressed
type=local,dest=.cache/buildx,mode=min,compression=uncompressed
- name: Save buildx cache
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit b1ae42a

Please sign in to comment.