Change quoting on output archive.
This commit is contained in:
parent
9bc8d05101
commit
6d22bb3c51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue