Skip to content

Commit b7bb5d2

Browse files
committed
gha: use mode=min caching
mode=max is giving us >3GB cache images, which is kind of overkill. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 94a7c04 commit b7bb5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ CI_CACHE_PATH ?=.ci-cache
221221
.PHONY: ci-cache
222222
ci-cache: BUILDX_CACHE := \
223223
--cache-from=type=local,src=$(CI_CACHE_PATH) \
224-
--cache-to=type=local,mode=max,dest=$(CI_CACHE_PATH)
224+
--cache-to=type=local,dest=$(CI_CACHE_PATH)
225225
ci-cache: ci-image
226226

227227
.PHONY: ci-image

0 commit comments

Comments
 (0)