parent
3c78a9c736
commit
dcacc3985b
|
@ -104,7 +104,7 @@ case $TYP in
|
||||||
--opt platform=$PLATFORMS \
|
--opt platform=$PLATFORMS \
|
||||||
--opt "build-arg:CHANNEL=$TAG" \
|
--opt "build-arg:CHANNEL=$TAG" \
|
||||||
--opt "build-arg:BUILDTAGS=$buildTags" \
|
--opt "build-arg:BUILDTAGS=$buildTags" \
|
||||||
--output type=image,name=$publishedNames,$pushFlag
|
--output type=image,\"name=$publishedNames\",$pushFlag
|
||||||
;;
|
;;
|
||||||
"daily")
|
"daily")
|
||||||
if [ -z $DAILY_TARGETS ]; then
|
if [ -z $DAILY_TARGETS ]; then
|
||||||
|
|
|
@ -82,14 +82,14 @@ image() {
|
||||||
--local context=. --local dockerfile=. \
|
--local context=. --local dockerfile=. \
|
||||||
--opt filename=./hack/dockerfiles/test.buildkit.Dockerfile \
|
--opt filename=./hack/dockerfiles/test.buildkit.Dockerfile \
|
||||||
--opt platform=$PLATFORMS \
|
--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 \
|
buildctl build $progressFlag --frontend=dockerfile.v0 \
|
||||||
--local context=. --local dockerfile=. \
|
--local context=. --local dockerfile=. \
|
||||||
--opt target=rootless \
|
--opt target=rootless \
|
||||||
--opt filename=./hack/dockerfiles/test.buildkit.Dockerfile \
|
--opt filename=./hack/dockerfiles/test.buildkit.Dockerfile \
|
||||||
--opt platform=$PLATFORMS \
|
--opt platform=$PLATFORMS \
|
||||||
--output type=image,name=$REPO:$TAG-rootless$tagLatestRootless,$pushFlag
|
--output type=image,\"name=$REPO:$TAG-rootless$tagLatestRootless\",$pushFlag
|
||||||
}
|
}
|
||||||
|
|
||||||
case $buildmode in
|
case $buildmode in
|
||||||
|
|
Loading…
Reference in New Issue