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:
parent
ed763aeba8
commit
d1b7c0ca05
|
@ -156,7 +156,7 @@ workflows:
|
||||||
- dockerhubuploadrelease:
|
- dockerhubuploadrelease:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^v[0-9].[0-9]+.[0-9]+(.[0-9]+)?/
|
only: /v[0-9].[0-9]+.[0-9]+.*/
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
- dockerhubuploadlatest:
|
- dockerhubuploadlatest:
|
||||||
|
|
Loading…
Reference in New Issue