diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 10447d0e0..78f24a476 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'