Merge pull request #3998 from matrix-org/michaelkaye/build_docker_images_of_rc_tags
Docker build all tags starting vX.Y.Z, including release candidatespull/4002/head
commit
055fe3589e
|
@ -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