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