mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-05 23:47:57 -05:00
Make username configurable in the UI too
This commit is contained in:
parent
3852c2bc39
commit
73a089f461
@ -5,7 +5,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: docker build -f docker/Dockerfile -t matrixdotorg/synapse:$CIRCLE_TAG .
|
- 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
|
- run: docker push
|
||||||
sytestpy2:
|
sytestpy2:
|
||||||
machine: true
|
machine: true
|
||||||
|
Loading…
Reference in New Issue
Block a user