Fix arguments of buildctl.

This commit is contained in:
redxef 2022-03-09 16:25:35 +01:00
parent 36f0e3414f
commit 306ebb6e49
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -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