Skip to content
Snippets Groups Projects
Commit ed574016 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

branch tag for docker images

parent 109411b9
Branches
No related tags found
6 merge requests!246Develop,!245Develop into Master,!244Master into develop2 into master,!219Draft: Testing,!214Test pipelines,!138Develop
Pipeline #83340 passed with warnings
...@@ -31,7 +31,7 @@ build-docker: ...@@ -31,7 +31,7 @@ build-docker:
TAG: $CI_REGISTRY_IMAGE:latest TAG: $CI_REGISTRY_IMAGE:latest
- if: '$CI_COMMIT_BRANCH' - if: '$CI_COMMIT_BRANCH'
variables: variables:
TAG: $CI_REGISTRY_IMAGE:branch TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment