mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
2605b844ad
commit
196118e255
|
|
@ -47,6 +47,7 @@ steps:
|
|||
targetType: 'inline'
|
||||
script: |
|
||||
echo 'Uploading container'
|
||||
echo $(dockerhub_access_token) | docker login -u $(dockerhub_username) --password-stdin
|
||||
export PAT=$(dockerhub_access_token)
|
||||
echo $PAT | docker login -u $(dockerhub_username) --password-stdin
|
||||
docker push $(dockerhub_username)/dendrite-monolith:latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue