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