Skip to content

Commit

Permalink
Merge pull request #1872 from tonistiigi/dockerfile-escape-fix
Browse files Browse the repository at this point in the history
dockerfile: fix escaping in release script
  • Loading branch information
tonistiigi committed Dec 3, 2020
2 parents 73fe473 + 2df822c commit 15b978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dockerfile/cmd/dockerfile-frontend/hack/release
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 15b978c

Please sign in to comment.