fix: remove debug
This commit is contained in:
parent
c9bce255f1
commit
bafbb86b7e
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ cat <<EOF > "$DOCKER_CONFIG/config.json"
|
|||
EOF
|
||||
|
||||
DIR="$(dirname "$INPUT_DOCKERFILE")"
|
||||
FILENAME="$(basename "$INPUT_DOCKERFILE")"
|
||||
|
||||
set -x
|
||||
find .
|
||||
buildctl-daemonless.sh build --frontend dockerfile.v0 "$@" \
|
||||
-o "type=image,name=$IMAGEAPP,push=true" \
|
||||
--opt filename="$(basename "$INPUT_DOCKERFILE")" \
|
||||
--opt filename="$FILENAME" \
|
||||
--local context="$DIR" --local dockerfile="$DIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue