Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jared Jacobson 2021-09-13 17:33:04 +10:00
parent ef4ec9a9b8
commit c0989167f9

View file

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