Skip to content

Commit

Permalink
dockerfile: fix escaping in release script
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <[email protected]>
  • Loading branch information
tonistiigi committed Dec 3, 2020
1 parent 73fe473 commit 2df822c
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 2df822c

Please sign in to comment.