From 6916b1ee27e1b7555fb242b65e56d7011ba89241 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sun, 27 Oct 2019 01:09:39 -0400 Subject: [PATCH] Apparently that's necessary --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6db46b..b89b5a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,6 +110,7 @@ defiant:release: stage: release image: name: gcr.io/kaniko-project/executor:debug + entrypoint: [""] script: - echo "Building to ${DEFIANT_IMAGE}:${CI_COMMIT_TAG}" - echo "{\"auths\":{\"${CI_REGISTRY}\":{\"username\":\"${CI_REGISTRY_USER}\",\"password\":\"${CI_REGISTRY_PASSWORD}\"}}}" > /kaniko/.docker/config.json