From 306ebb6e49a7c3f0358436e13267d4c5dd89493b Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 9 Mar 2022 16:25:35 +0100 Subject: [PATCH] Fix arguments of buildctl. --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e3c93ea..89e0c2f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -73,7 +73,7 @@ build() { --local context="$context" \ --local dockerfile="$context" \ $platform \ - --output type=image,\""$final_tag"\",push="$push" + --output type=image,\"name="$final_tag"\",push="$push" } if [ -z "$manual" ]; then