From c0989167f91858a6e9c9873843779c11b9b53284 Mon Sep 17 00:00:00 2001 From: Jared Jacobson <71237599+jaredjn@users.noreply.github.com> Date: Mon, 13 Sep 2021 17:33:04 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 411c18f03..e21b856c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,8 +42,9 @@ steps: ./build/docker/images-build.sh - task: Docker@2 - displayName: 'Push the container to the dockerhub registry' + displayName: 'Deploy the container to dockerhub registry' inputs: containerRegistry: 'service-connection-docker_jaredjacobson' repository: 'jaredjacobson/dendrite-monolith' - command: 'push' \ No newline at end of file + command: 'push' + tags: 'latest' \ No newline at end of file