parent
3c78a9c736
commit
dcacc3985b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue