Merge branch 'fix/releasetags' into 'main'

fix tags for release job

See merge request fabinfra/fabaccess/borepin!70
This commit is contained in:
Kai Kriegel 2023-01-25 19:47:25 +00:00
commit d58aeab736

View File

@ -200,6 +200,8 @@ release_job:
needs: needs:
- upload_binaries - upload_binaries
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
tags:
- docker
rules: rules:
- if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ /v\d+\.\d+(\.\d+)?/ - if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ /v\d+\.\d+(\.\d+)?/
when: manual when: manual