Change quoting on output archive.

This commit is contained in:
redxef 2022-08-29 18:15:09 +02:00
parent 9bc8d05101
commit 6d22bb3c51
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -33,7 +33,7 @@ build() {
--local context="$context" \ --local context="$context" \
--local dockerfile="$context" \ --local dockerfile="$context" \
$platform \ $platform \
--output type=oci,dest=\""$dest"\" --output type=oci,dest="$dest"
} }
if [ -z "$manual" ]; then if [ -z "$manual" ]; then