Skip to content

Commit

Permalink
(CI)(build-docker) gha cache compression=zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Dec 26, 2023
1 parent 6faf75a commit 5930d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ if [[ "${GITHUB_ACTIONS}" == "true" ]]
then
echo -e "\e[35;1mRunning on GitHub Actions, using the specific GHA cache\e[0m"
CI_DOCKER_BUILDX_ARGS+=("--cache-from=type=gha")
CI_DOCKER_BUILDX_ARGS+=("--cache-to=type=gha,mode=min")
CI_DOCKER_BUILDX_ARGS+=("--cache-to=type=gha,mode=min,compression=zstd")
fi

if [[ -n "$CI_DOCKER_PLATFORMS" ]]
Expand Down

0 comments on commit 5930d17

Please sign in to comment.