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: