summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
authorMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-10-03 11:52:05 +0100
committerMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-10-03 11:52:05 +0100
commitd1b7c0ca05bdcc3629cc3af97756ab71a94da294 (patch)
tree3ebba9ad75d26f88ea1c091544eaeb057c18707d /.circleci
parentsome changelog fixes (diff)
downloadsynapse-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.yml2
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: