hack: fix csv values

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
docker-19.03
Tonis Tiigi 2019-04-26 16:58:28 -07:00
parent 3c78a9c736
commit dcacc3985b
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ case $TYP in
--opt platform=$PLATFORMS \
--opt "build-arg:CHANNEL=$TAG" \
--opt "build-arg:BUILDTAGS=$buildTags" \
--output type=image,name=$publishedNames,$pushFlag
--output type=image,\"name=$publishedNames\",$pushFlag
;;
"daily")
if [ -z $DAILY_TARGETS ]; then

View File

@ -82,14 +82,14 @@ image() {
--local context=. --local dockerfile=. \
--opt filename=./hack/dockerfiles/test.buildkit.Dockerfile \
--opt platform=$PLATFORMS \
--output type=image,name=$REPO:$TAG$tagLatest,$pushFlag
--output type=image,\"name=$REPO:$TAG$tagLatest\",$pushFlag
buildctl build $progressFlag --frontend=dockerfile.v0 \
--local context=. --local dockerfile=. \
--opt target=rootless \
--opt filename=./hack/dockerfiles/test.buildkit.Dockerfile \
--opt platform=$PLATFORMS \
--output type=image,name=$REPO:$TAG-rootless$tagLatestRootless,$pushFlag
--output type=image,\"name=$REPO:$TAG-rootless$tagLatestRootless\",$pushFlag
}
case $buildmode in