1
0
Fork 0
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:
Alex 2020-07-15 19:03:56 +02:00
parent daf41b1e54
commit 6030da03d4

View file

@ -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)