From c4b2cd6998d031bbbbe5b86dcf12c17efc7ddcd0 Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 17:21:25 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'