fix: add missing context flag

This commit is contained in:
ange 2024-11-29 06:03:49 +00:00
parent 5069e221af
commit 252b4fce46
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -23,5 +23,6 @@ fi
/kaniko/executor \
--cache="$INPUT_CACHE" \
--dockerfile "${INPUT_DOCKERFILE##*/}" \
--destination "$IMAGEAPP"
--context . \
--destination "$IMAGEAPP" \
--dockerfile "${INPUT_DOCKERFILE##*/}"