Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6030da03d4 |
@@ -82,7 +82,8 @@ cat <<EOF >/kaniko/.docker/config.json
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
/kaniko/executor --reproducible $ARGS
|
# https://github.com/GoogleContainerTools/kaniko/issues/1349
|
||||||
|
/kaniko/executor --reproducible --force $ARGS
|
||||||
|
|
||||||
if [ ! -z $INPUT_SKIP_UNCHANGED_DIGEST ]; then
|
if [ ! -z $INPUT_SKIP_UNCHANGED_DIGEST ]; then
|
||||||
export DIGEST=$(cat digest)
|
export DIGEST=$(cat digest)
|
||||||
|
|||||||
Reference in New Issue
Block a user