Skip to content
Snippets Groups Projects
Commit f35dab65 authored by Ostermayer, Markus's avatar Ostermayer, Markus
Browse files

Merge branch 'include_swet_use_kaniko' into 'main'

Fixed Koniko CI Setup

See merge request !5
parents 048271ce 6c6d8ed7
No related branches found
No related tags found
1 merge request!5Fixed Koniko CI Setup
Pipeline #196462 passed
...@@ -5,10 +5,11 @@ build-image: ...@@ -5,10 +5,11 @@ build-image:
stage: build stage: build
image: image:
name: gcr.io/kaniko-project/executor:v1.9.0-debug name: gcr.io/kaniko-project/executor:v1.9.0-debug
entrypoint: [""]
script: script:
- /kaniko/executor - /kaniko/executor
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"
--dockerfile "Dockerfile" --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:latest" --destination "${CI_REGISTRY_IMAGE}:latest"
--build-arg CI_TOKEN=${CI_JOB_TOKEN} --build-arg CI_TOKEN=${CI_JOB_TOKEN}
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment