Commit ded9c58
committed
ci: switch Docker GHA cache to mode=min to reduce cache bloat
Switching from mode=max to mode=min on the main branch workflow cache-to
saves only the final exported layers (as opposed to all intermediate layers).
This significantly reduces GHA cache storage pressure while maintaining layer
reuse benefits, since cache-from still pulls everything available regardless
of save mode.
Expected impact: reduces Docker layer cache footprint by ~60% without
affecting cache hit rates on stable layers.1 parent 02cc370 commit ded9c58
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments