summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-09-25 10:29:38 +0100
committerMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-09-27 12:00:40 +0100
commit73a089f461dce236ce84054e591eff873200dbbb (patch)
tree910acb3937061f7c0b93164664683c7f00f9f31a
parentFix typo (diff)
downloadsynapse-73a089f461dce236ce84054e591eff873200dbbb.tar.xz
Make username configurable in the UI too
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e404818a5e..9a43477185 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
     steps:
       - checkout
       - run: docker build -f docker/Dockerfile -t matrixdotorg/synapse:$CIRCLE_TAG .
-      - run: docker login --username matrixdotorg --password $DOCKER_HUB_PASSWORD
+      - run: docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD
       - run: docker push
   sytestpy2:
     machine: true