fix tags for release job

This commit is contained in:
Kai Kriegel 2023-01-25 19:47:13 +00:00
parent 94efe7d1af
commit c22ad5b90b

View File

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