Skip to content

Refactor CI

Marian Hähnlein requested to merge (removed):registry-credentials into master

This Merge Request refactors .gitlab-ci.yml to do the following:

  1. Use GitLab's predefined variables for registry credentials
  2. For merge requests, push the docker image to $CI_REGISTRY_IMAGE/mr:$CI_MERGE_REQUEST_IID
  3. For tags, push the image to $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG and $CI_REGISTRY_IMAGE:latest
  4. For everything else, push the image to $CI_REGISTRY_IMAGE/$CI_COMMIT_BRANCH:$CI_COMMIT_SHORT_SHA.
Edited by Marian Hähnlein

Merge request reports