fix: use of buildctl-daemonless.sh
This commit is contained in:
parent
1ef5ead381
commit
3d548f8bcc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ cat <<EOF > "$DOCKER_CONFIG/config.json"
|
|||
}
|
||||
}
|
||||
EOF
|
||||
buildctl build --frontend dockerfile.v0 "$@" \
|
||||
buildctl-daemonless.sh build --frontend dockerfile.v0 "$@" \
|
||||
-o "type=image,name=$IMAGEAPP,push=true" \
|
||||
--opt filename="$INPUT_DOCKERFILE" \
|
||||
--local context="$(dirname "$INPUT_DOCKERFILE")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue