Adding compression

This commit is contained in:
2025-01-18 13:50:34 +01:00
parent 1cf4868c25
commit eda18db92d

View File

@@ -34,7 +34,7 @@ if [ -n "$INPUT_PLATFORM" ]; then
fi fi
if [ "$INPUT_PUSH_IMAGE" = "true" ]; then if [ "$INPUT_PUSH_IMAGE" = "true" ]; then
DOCKER_BUILD_OPTIONS+=("--push" "--output=type=image,push=true") DOCKER_BUILD_OPTIONS+=("--push" "--output=type=image,push=true,compression=zstd,compression-level=8")
fi fi
if [ "$INPUT_PULL_CACHE" = "true" ]; then if [ "$INPUT_PULL_CACHE" = "true" ]; then