From 6030da03d422865880c3b57c6142788bb5c6c575 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 15 Jul 2020 19:03:56 +0200 Subject: [PATCH] fix: Force kaniko to run on GitHub action's environment --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d42a1c9..c744ff4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -82,7 +82,8 @@ cat </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)