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:
parent
57fd639926
commit
98644f9bae
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue