mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01: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…
Reference in a new issue