diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-10-03 11:52:05 +0100 |
---|---|---|
committer | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-10-03 11:52:05 +0100 |
commit | d1b7c0ca05bdcc3629cc3af97756ab71a94da294 (patch) | |
tree | 3ebba9ad75d26f88ea1c091544eaeb057c18707d /.circleci | |
parent | some changelog fixes (diff) | |
download | synapse-d1b7c0ca05bdcc3629cc3af97756ab71a94da294.tar.xz |
Docker build all tags starting vX.Y.Z, inc RCs
Note the regex must match the complete string anyway, so the leading ^ was useless.
Diffstat (limited to '.circleci')
-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: |