Apparently that's necessary

This commit is contained in:
Aram 🍐 2019-10-27 01:09:39 -04:00
parent ca192cb8bf
commit 6916b1ee27

View file

@ -110,6 +110,7 @@ defiant:release:
stage: release stage: release
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script: script:
- echo "Building to ${DEFIANT_IMAGE}:${CI_COMMIT_TAG}" - echo "Building to ${DEFIANT_IMAGE}:${CI_COMMIT_TAG}"
- echo "{\"auths\":{\"${CI_REGISTRY}\":{\"username\":\"${CI_REGISTRY_USER}\",\"password\":\"${CI_REGISTRY_PASSWORD}\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"${CI_REGISTRY}\":{\"username\":\"${CI_REGISTRY_USER}\",\"password\":\"${CI_REGISTRY_PASSWORD}\"}}}" > /kaniko/.docker/config.json