| commit | 290855693b7e641bb879b6046635c197ba80b26b | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Feb 12 12:08:56 2026 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Feb 12 12:11:28 2026 +0100 |
| tree | 6c30f8bf53b51637d76e1265e542ab7b8f32c7d9 | |
| parent | 0e3881f8c1be79690586496906bb79a4a6552bb3 [diff] [blame] |
GitLab-CI: Allow docker hub deploys for numerical tags Change-Id: Ic0344d7ee71e6e6ad27ab2ed0c766688b9ed7f1b
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ec01d3..641fb85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -101,7 +101,7 @@ docker tag "$DOCKER_IMAGE_NAME:$CI_COMMIT_TAG" "$DOCKER_IMAGE_NAME:latest" docker push "$DOCKER_IMAGE_NAME:latest" rules: - - if: '$CI_COMMIT_TAG =~ /^v/' + - if: '$CI_COMMIT_TAG =~ /^(v|[0-9])/' when: manual allow_failure: false dependencies: