From f08821513bcbbed4fb904dae7bbee3075b2691c0 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Sat, 28 Jan 2023 11:30:11 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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