Skip to content
Snippets Groups Projects
Verified Commit ca912864 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Use debug version of kaniko

parent aa288c4e
No related branches found
No related tags found
No related merge requests found
Pipeline #2311 failed
......@@ -3,7 +3,7 @@ image: registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:mas
build_docker:
stage: build
image:
name: gcr.io/kaniko-project/executor:v0.22.0
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json
......
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