Skip to content
Snippets Groups Projects
Commit 7bd20bd6 authored by Simon Hager's avatar Simon Hager
Browse files

remove docker service

parent 6ca01ad2
No related branches found
No related tags found
No related merge requests found
Pipeline #273535 passed with stage
in 1 minute and 5 seconds
image: docker:20
services:
- docker:20-dind
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
stages:
- build
- test
......@@ -15,9 +16,6 @@ stages:
.release-images-template:
stage: release
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
before_script:
- 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
......
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