mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 13:01:34 +01:00
Make username configurable in the UI too
This commit is contained in:
parent
3852c2bc39
commit
73a089f461
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue