0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-11 23:29:11 +02:00

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

Note the regex must match the complete string anyway,
so the leading ^ was useless.
This commit is contained in:
Michael Kaye 2018-10-03 11:52:05 +01:00
parent ed763aeba8
commit d1b7c0ca05

View file

@ -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: