mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 07:26:52 +00: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:
parent
ed763aeba8
commit
d1b7c0ca05
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue