Setting the output without --push
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user