mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-12-16 13:59:02 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6030da03d4 |
@ -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