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"
|
IMAGEAPP="$REGISTRY/$INPUT_IMAGE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/kaniko/executor \
|
exec /kaniko/executor \
|
||||||
--cache="$INPUT_CACHE" \
|
--cache="$INPUT_CACHE" \
|
||||||
--context . \
|
--context . \
|
||||||
--destination "$IMAGEAPP" \
|
--destination "$IMAGEAPP" \
|
||||||
|
Loading…
Reference in New Issue
Block a user