1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-04-19 16:58:13 +02:00

fix(kaniko-args): set the IFS to an empty value

This commit is contained in:
Idriss Neumann 2022-06-24 12:32:45 +01:00
parent 57fd639926
commit 98644f9bae
No known key found for this signature in database
GPG key ID: 15FD501F7013EBA0

View file

@ -88,6 +88,9 @@ cat <<EOF >/kaniko/.docker/config.json
}
EOF
# https://github.com/GoogleContainerTools/kaniko/issues/1803
export IFS=''
# https://github.com/GoogleContainerTools/kaniko/issues/1349
/kaniko/executor --reproducible --force $ARGS