fix: Dockerfile name parameter
This commit is contained in:
parent
350539c3ac
commit
48aa44fa17
1 changed files with 2 additions and 2 deletions
|
@ -27,5 +27,5 @@ cat <<EOF > "$DOCKER_CONFIG/config.json"
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
buildctl build "$@" -o "type=image,name=$IMAGEAPP,push=true" \
|
buildctl build "$@" -o "type=image,name=$IMAGEAPP,push=true" \
|
||||||
--local context="$(dirname "$INPUT_DOCKERFILE")" \
|
--frontend-opt filename="$INPUT_DOCKERFILE" \
|
||||||
--local dockerfile="$INPUT_DOCKERFILE"
|
--local context="$(dirname "$INPUT_DOCKERFILE")"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue