mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -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'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
echo 'Uploading container'
|
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
|
docker push $(dockerhub_username)/dendrite-monolith:latest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue