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
0f1ea3994e
commit
2605b844ad
|
|
@ -41,3 +41,12 @@ steps:
|
|||
echo 'Building docker container'
|
||||
./build/docker/images-build.sh
|
||||
|
||||
- task: Bash@3
|
||||
displayName: 'Push the container to the registry'
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
echo 'Uploading container'
|
||||
echo $(dockerhub_access_token) | docker login -u $(dockerhub_username) --password-stdin
|
||||
docker push $(dockerhub_username)/dendrite-monolith:latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue