diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ca45971..7710d1e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,9 +27,10 @@ stages: dockerfile: '$(Build.SourcesDirectory)/Dockerfile' tags: | $(tag) -- task: Docker@2 - inputs: - containerRegistry: 'recklessop-docker-hub' - repository: 'zerto-exporter' - command: 'buildAndPush' - Dockerfile: '**/Dockerfile' \ No newline at end of file + - task: Docker@2 + displayName: Build and Push a Docker Hub Image + inputs: + containerRegistry: 'recklessop-docker-hub' + repository: 'zerto-exporter' + command: 'buildAndPush' + Dockerfile: '**/Dockerfile' \ No newline at end of file