From b8e13f9bce5922ce4945b60d74a13fdfe9e9e1c5 Mon Sep 17 00:00:00 2001 From: Skydust Date: Sat, 18 Jan 2025 13:55:42 +0100 Subject: [PATCH] Setting the output without --push --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index b3c4561..d412b17 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,compression=zstd,compression-level=8") + DOCKER_BUILD_OPTIONS+=("--output=type=image,name=${IMAGE_NAME},push=true,compression=zstd,compression-level=8") fi if [ "$INPUT_PULL_CACHE" = "true" ]; then