fix: entrypoint mixing bug
This commit is contained in:
parent
f7f53cb8af
commit
12135819b3
@ -21,7 +21,7 @@ if [ -z "$IMAGEAPP" ]; then
|
||||
IMAGEAPP="$REGISTRY/$INPUT_IMAGE"
|
||||
fi
|
||||
|
||||
/kaniko/executor \
|
||||
exec /kaniko/executor \
|
||||
--cache="$INPUT_CACHE" \
|
||||
--context . \
|
||||
--destination "$IMAGEAPP" \
|
||||
|
Loading…
Reference in New Issue
Block a user