diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-09-27 12:00:01 +0100 |
---|---|---|
committer | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-09-27 12:00:01 +0100 |
commit | 3852c2bc3900813affe7adf761238694fb6a1fd4 (patch) | |
tree | 40af13c4a330151c83bc5718d1694452b5cf87b1 | |
parent | Build and push docker image to hub (diff) | |
download | synapse-3852c2bc3900813affe7adf761238694fb6a1fd4.tar.xz |
Fix typo
-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 ff9d2a0c2d..e404818a5e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -138,7 +138,7 @@ workflows: filters: branches: ignore: /develop|master|release-.*/ - - dockerhub: + - dockerhubupload: filters: tags: only: /v[0-9].[0-9]+.[0-9]+(.[0-9]+)?/ |