Skip to content
Snippets Groups Projects
Commit d874dd33 authored by Chris Pastl's avatar Chris Pastl
Browse files

fix: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME

parent 3d6e56e9
No related branches found
No related tags found
1 merge request!39Fix docker image names for release
Pipeline #7650 passed
......@@ -226,7 +226,7 @@ docker-push:
rules:
- *release-rules
# every commit on master/main or feature branch should trigger a push
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_PROTECTED =~ "true"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feat/
exists:
- Dockerfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment