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

Use older version of kaniko

parent 039b1010
No related branches found
No related tags found
No related merge requests found
Pipeline #926 failed
......@@ -69,7 +69,7 @@ pages:
build_docker:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
name: gcr.io/kaniko-project/executor:v0.16.0
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