Skip to content
Snippets Groups Projects
Commit 3e008fea authored by Jan Hartig's avatar Jan Hartig
Browse files

Stop using kaniko debug image

parent ecfea235
No related branches found
No related tags found
No related merge requests found
build_with_kaniko:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
name: gcr.io/kaniko-project/executor:latest
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n $CI_REGISTRY_USER:$CI_REGISTRY_PASSWORD | base64 -w 0)\"},\"$HARBOR_REGISTRY\":{\"auth\":\"$(echo -n $HARBOR_REGISTRY_USER:$HARBOR_REGISTRY_PASSWORD | base64 -w 0)\"}}}" > /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