Skip to content
Snippets Groups Projects
Commit 99b11ac2 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Always run docker build in CI

parent cfaed49d
Branches
No related tags found
No related merge requests found
Pipeline #4109 passed
stages:
- build
build:
stage: build
image:
......@@ -6,5 +10,3 @@ build:
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:latest
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment