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

Merge branch 'fix-branch-ci' into 'develop'

Fix branch ci

See merge request cocsn/gosdn!181
parents 1a6204c0 f27d4e86
No related branches found
No related tags found
9 merge requests!246Develop,!245Develop into Master,!244Master into develop2 into master,!219Draft: Testing,!214Test pipelines,!195DO NOT MERGE 2,!194DO NOT MERGE! just for testing,!181Fix branch ci,!138Develop
Pipeline #79968 passed
......@@ -29,6 +29,9 @@ build-docker:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_NIGHTLY == null
variables:
TAG: $CI_REGISTRY_IMAGE:latest
- if: '$CI_COMMIT_BRANCH'
variables:
TAG: $CI_REGISTRY_IMAGE:branch
script:
- 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