From b22ecef5c2332c13eae7a36f4a7d5f0f4dc1fef5 Mon Sep 17 00:00:00 2001 From: Matt Critchlow Date: Thu, 11 Aug 2022 06:09:38 -0700 Subject: [PATCH] surfliner: remove GitLab auth setup Kaniko 1.9.0 introduced an integrated setup for this via a credentials helper. see: https://github.com/GoogleContainerTools/kaniko/pull/2040 see: https://github.com/ePirat/docker-credential-gitlabci --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65dab045e..85e3d405a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,6 @@ include: entrypoint: [""] before_script: - *build_helpers - - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json # Default only -> refs settings for all jobs # see: https://docs.gitlab.com/ee/ci/yaml/#onlyrefsexceptrefs