fix: entrypoint mixing bug

This commit is contained in:
ange 2025-03-27 05:37:20 +00:00
parent f7f53cb8af
commit 12135819b3
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -21,7 +21,7 @@ if [ -z "$IMAGEAPP" ]; then
IMAGEAPP="$REGISTRY/$INPUT_IMAGE"
fi
/kaniko/executor \
exec /kaniko/executor \
--cache="$INPUT_CACHE" \
--context . \
--destination "$IMAGEAPP" \