From 1b5964266a7e1031d846a86ace7e9f0a5b73e30c Mon Sep 17 00:00:00 2001 From: Skydust Date: Sat, 18 Jan 2025 14:19:02 +0100 Subject: [PATCH] Adding oci-mediatypes --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2fb9af4..b304993 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,force-compression=true") + DOCKER_BUILD_OPTIONS+=("--output=type=image,name=${IMAGE_NAME},push=true,compression=zstd,compression-level=8,force-compression=true,oci-mediatypes=true") fi if [ "$INPUT_PULL_CACHE" = "true" ]; then