Skip to content

Commit

Permalink
fix: Force kaniko to run on GitHub action's environment
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Jul 15, 2020
1 parent daf41b1 commit 6030da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6030da0

Please sign in to comment.