fix(ci): Convince kaniko that it is indeed running in a container by --force-ing it.

next
Jonas Zohren 2021-09-14 20:44:11 +00:00
parent 565fe3a7dd
commit e8d998cedf
1 changed files with 1 additions and 0 deletions

View File

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