Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jared Jacobson 2021-09-13 17:03:13 +10:00
parent 2605b844ad
commit 196118e255

View file

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