Skip to content
Snippets Groups Projects
Commit d1b7c0ca authored by Michael Kaye's avatar Michael Kaye
Browse files

Docker build all tags starting vX.Y.Z, inc RCs

Note the regex must match the complete string anyway,
so the leading ^ was useless.
parent ed763aeb
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ workflows:
- dockerhubuploadrelease:
filters:
tags:
only: /^v[0-9].[0-9]+.[0-9]+(.[0-9]+)?/
only: /v[0-9].[0-9]+.[0-9]+.*/
branches:
ignore: /.*/
- dockerhubuploadlatest:
......
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