Forcing compression

This commit is contained in:
2025-01-18 13:59:16 +01:00
parent b8e13f9bce
commit 4b1fc1338a

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+=("--output=type=image,name=${IMAGE_NAME},push=true,compression=zstd,compression-level=8") DOCKER_BUILD_OPTIONS+=("--output=type=image,name=${IMAGE_NAME},push=true,compression=zstd,compression-level=8,force-compression=true")
fi fi
if [ "$INPUT_PULL_CACHE" = "true" ]; then if [ "$INPUT_PULL_CACHE" = "true" ]; then