Merge pull request #3998 from matrix-org/michaelkaye/build_docker_images_of_rc_tags

Docker build all tags starting vX.Y.Z, including release candidates
This commit is contained in:
Richard van der Hoff 2018-10-03 17:12:52 +01:00 committed by GitHub
commit 055fe3589e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: