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