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
ef4ec9a9b8
commit
c0989167f9
|
|
@ -42,8 +42,9 @@ steps:
|
||||||
./build/docker/images-build.sh
|
./build/docker/images-build.sh
|
||||||
|
|
||||||
- task: Docker@2
|
- task: Docker@2
|
||||||
displayName: 'Push the container to the dockerhub registry'
|
displayName: 'Deploy the container to dockerhub registry'
|
||||||
inputs:
|
inputs:
|
||||||
containerRegistry: 'service-connection-docker_jaredjacobson'
|
containerRegistry: 'service-connection-docker_jaredjacobson'
|
||||||
repository: 'jaredjacobson/dendrite-monolith'
|
repository: 'jaredjacobson/dendrite-monolith'
|
||||||
command: 'push'
|
command: 'push'
|
||||||
|
tags: 'latest'
|
||||||
Loading…
Reference in a new issue