Skip to content
Snippets Groups Projects
Commit 606bf4f8 authored by Robin Stecher's avatar Robin Stecher
Browse files

Update .gitlab-ci.yml file

parent ed85d87a
No related branches found
No related tags found
No related merge requests found
Pipeline #282379 failed
...@@ -7,7 +7,7 @@ distribute: ...@@ -7,7 +7,7 @@ distribute:
stage: distribute stage: distribute
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] # entrypoint: [""]
script: script:
- mkdir -p /kaniko/.docker - mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment