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
pull/4002/head
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
1 changed files with 1 additions and 1 deletions

View File

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