Skip to content

Commit 5930d17

Browse files
committed
(CI)(build-docker) gha cache compression=zstd
1 parent 6faf75a commit 5930d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-docker-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ if [[ "${GITHUB_ACTIONS}" == "true" ]]
227227
then
228228
echo -e "\e[35;1mRunning on GitHub Actions, using the specific GHA cache\e[0m"
229229
CI_DOCKER_BUILDX_ARGS+=("--cache-from=type=gha")
230-
CI_DOCKER_BUILDX_ARGS+=("--cache-to=type=gha,mode=min")
230+
CI_DOCKER_BUILDX_ARGS+=("--cache-to=type=gha,mode=min,compression=zstd")
231231
fi
232232

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

0 commit comments

Comments
 (0)