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