Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jared Jacobson 2021-09-13 17:21:25 +10:00
parent ed1424e946
commit c4b2cd6998

View file

@ -42,7 +42,8 @@ steps:
./build/docker/images-build.sh
- task: Docker@2
displayName: 'Push the container to the dockerhub registry'
inputs:
containerRegistry: 'service-connection-docker_jaredjacobson'
repository: 'dendrite-monolith'
repository: 'jaredjacobson/dendrite-monolith'
command: 'push'