From e8d998cedfda8650c13410e165acc199ea40433e Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Tue, 14 Sep 2021 20:44:11 +0000 Subject: [PATCH] fix(ci): Convince kaniko that it is indeed running in a container by --force-ing it. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1925272..386986f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -222,6 +222,7 @@ build:docker:next: - > /kaniko/executor $KANIKO_CACHE_ARGS + --force --context $CI_PROJECT_DIR --build-arg CREATED=$(date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg VERSION=$(grep -m1 -o '[0-9].[0-9].[0-9]' Cargo.toml)