Skip to content
Snippets Groups Projects
Commit e8d998ce authored by Jonas Zohren's avatar Jonas Zohren
Browse files

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

parent 565fe3a7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment