From 4b1fc1338ada5fa2c244d103547b075dcaba271c Mon Sep 17 00:00:00 2001 From: Skydust Date: Sat, 18 Jan 2025 13:59:16 +0100 Subject: [PATCH] Forcing compression --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d412b17..721e83d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -34,7 +34,7 @@ if [ -n "$INPUT_PLATFORM" ]; then fi 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 if [ "$INPUT_PULL_CACHE" = "true" ]; then