Fix arguments of buildctl.
This commit is contained in:
parent
36f0e3414f
commit
306ebb6e49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue