From 2dbdef958e1554b386a15d06f8a07a6728f85f9f Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Sat, 28 Jan 2023 12:36:45 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1c47284..c64cab3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ stages: - task: Docker@2 inputs: containerRegistry: 'recklessop-docker-hub' - repository: 'zerto-exporter' + repository: 'recklessop/zerto-exporter' command: 'buildAndPush' Dockerfile: '**/Dockerfile' tags: |