mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 19:10:45 +03:00
target better for the shhs release docker hub
This commit is contained in:
parent
1d5cf66958
commit
c0f57cab68
1 changed files with 2 additions and 1 deletions
|
@ -87,8 +87,9 @@ workflows:
|
||||||
- dockerhubuploadrelease:
|
- dockerhubuploadrelease:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /v[0-9].[0-9]+.[0-9]+.*|shhs/
|
only: /v[0-9].[0-9]+.[0-9]+.*/
|
||||||
branches:
|
branches:
|
||||||
|
only: shhs
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
- dockerhubuploadlatest:
|
- dockerhubuploadlatest:
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in a new issue