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: |