From 52729f99118540eb7c3b711c43fc371e46465d8b Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Thu, 21 Oct 2021 09:45:42 +0200 Subject: [PATCH] Kaniko: whitelist-var-run has been deprecated by ignore-var-run --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eadfb31..1e703c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,7 +97,7 @@ rootfs:secure: script: - /kaniko/executor --force - --whitelist-var-run="false" + --ignore-var-run="false" --context $CI_PROJECT_DIR/output --dockerfile $CI_PROJECT_DIR/output/Dockerfile.$GROUP --destination $CI_REGISTRY_IMAGE:$GROUP-$CI_COMMIT_REF_SLUG