Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3998 from matrix-org/michaelkaye/build_docker_ima…
Browse files Browse the repository at this point in the history
…ges_of_rc_tags

Docker build all tags starting vX.Y.Z, including release candidates
  • Loading branch information
richvdh authored Oct 3, 2018
2 parents ed763ae + d1b7c0c commit 055fe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 055fe35

Please sign in to comment.