fix: add missing context flag
This commit is contained in:
parent
5069e221af
commit
252b4fce46
@ -23,5 +23,6 @@ fi
|
|||||||
|
|
||||||
/kaniko/executor \
|
/kaniko/executor \
|
||||||
--cache="$INPUT_CACHE" \
|
--cache="$INPUT_CACHE" \
|
||||||
--dockerfile "${INPUT_DOCKERFILE##*/}" \
|
--context . \
|
||||||
--destination "$IMAGEAPP"
|
--destination "$IMAGEAPP" \
|
||||||
|
--dockerfile "${INPUT_DOCKERFILE##*/}"
|
||||||
|
Loading…
Reference in New Issue
Block a user