Merge pull request #1872 from tonistiigi/dockerfile-escape-fix
dockerfile: fix escaping in release scriptv0.8 dockerfile/1.2.0
commit
15b978ca89
|
@ -112,7 +112,7 @@ case $TYP in
|
|||
--platform "$PLATFORMS" \
|
||||
--build-arg "CHANNEL=$TAG" \
|
||||
--build-arg "BUILDTAGS=$buildTags" \
|
||||
--output "type=image,name=\"$publishedNames\",$pushFlag" \
|
||||
--output "type=image,\"name=$publishedNames\",$pushFlag" \
|
||||
--file "./frontend/dockerfile/cmd/dockerfile-frontend/Dockerfile" \
|
||||
$currentcontext
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue