mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-01-30 22:09:37 +01:00
fix: Force kaniko to run on GitHub action's environment
This commit is contained in:
parent
daf41b1e54
commit
6030da03d4
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ cat <<EOF >/kaniko/.docker/config.json
|
|||
}
|
||||
EOF
|
||||
|
||||
/kaniko/executor --reproducible $ARGS
|
||||
# https://github.com/GoogleContainerTools/kaniko/issues/1349
|
||||
/kaniko/executor --reproducible --force $ARGS
|
||||
|
||||
if [ ! -z $INPUT_SKIP_UNCHANGED_DIGEST ]; then
|
||||
export DIGEST=$(cat digest)
|
||||
|
|
Loading…
Reference in a new issue