From 6d22bb3c510518f1fbd2699a834d0eb424e48454 Mon Sep 17 00:00:00 2001 From: redxef Date: Mon, 29 Aug 2022 18:15:09 +0200 Subject: [PATCH] Change quoting on output archive. --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 733dc36..cddb4e7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -33,7 +33,7 @@ build() { --local context="$context" \ --local dockerfile="$context" \ $platform \ - --output type=oci,dest=\""$dest"\" + --output type=oci,dest="$dest" } if [ -z "$manual" ]; then