diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-10-03 17:12:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 17:12:52 +0100 |
commit | 055fe3589e2e9c76b5604414ed3a7d3b7312625d (patch) | |
tree | 3ebba9ad75d26f88ea1c091544eaeb057c18707d | |
parent | some changelog fixes (diff) | |
parent | Docker build all tags starting vX.Y.Z, inc RCs (diff) | |
download | synapse-055fe3589e2e9c76b5604414ed3a7d3b7312625d.tar.xz |
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
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ae3a42235..ec3848b048 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |