Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
surfliner: remove GitLab auth setup
Browse files Browse the repository at this point in the history
Kaniko 1.9.0 introduced an integrated setup for this via a credentials
helper.

see: GoogleContainerTools/kaniko#2040
see: https://github.com/ePirat/docker-credential-gitlabci
  • Loading branch information
mcritchlow authored and dunn committed Aug 11, 2022
1 parent e26695f commit b22ecef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b22ecef

Please sign in to comment.