Skip to content
Snippets Groups Projects
Unverified Commit 055fe358 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

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
parents ed763aeb d1b7c0ca
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment