Make username configurable in the UI too

This commit is contained in:
Michael Kaye 2018-09-25 10:29:38 +01:00
parent 3852c2bc39
commit 73a089f461

View file

@ -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