fix: Force kaniko to run on GitHub action's environment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user