From eda18db92d3e6ca7319a6fe5b8491d27b0bc3590 Mon Sep 17 00:00:00 2001 From: Skydust Date: Sat, 18 Jan 2025 13:50:34 +0100 Subject: [PATCH] Adding compression --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 52bd246..b3c4561 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+=("--push" "--output=type=image,push=true") + DOCKER_BUILD_OPTIONS+=("--push" "--output=type=image,push=true,compression=zstd,compression-level=8") fi if [ "$INPUT_PULL_CACHE" = "true" ]; then