Skip to content

Commit df87bd2

Browse files
MatthijsBurghar13pit
authored andcommitted
(CI)(build-docker) gha cache compression=zstd
1 parent 8974369 commit df87bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-docker-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ if [[ "${GITHUB_ACTIONS}" == "true" ]]
262262
then
263263
echo -e "\e[35;1mRunning on GitHub Actions, using the specific GHA cache\e[0m"
264264
CI_DOCKER_BUILDX_ARGS+=("--cache-from=type=gha")
265-
CI_DOCKER_BUILDX_ARGS+=("--cache-to=type=gha,mode=min")
265+
CI_DOCKER_BUILDX_ARGS+=("--cache-to=type=gha,mode=min,compression=zstd")
266266
fi
267267

268268
if [[ -n "$CI_DOCKER_PLATFORMS" ]]

0 commit comments

Comments
 (0)