Commit c48ffb82 authored by Sparkf's avatar Sparkf 🏙️
Browse files

Update .gitlab-ci.yml file

parent 5163149b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ docker-build:
  services:
    - docker:dind
  before_script:
    - git config --global http.sslVerify false
    - echo "$CI_REGISTRY_PASSWORD" | docker login glcr.cra.ac.cn --username "$CI_REGISTRY_USER" --password-stdin
  # Default branch leaves tag empty (= latest tag)
  # All other branches are tagged with the escaped branch name (commit ref slug)