diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e7e0de5..6c0549e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ resources: - repo: self variables: - tag: '$(Build.BuildId)' + tag: 'recklessop/$(Build.BuildId)' stages: - stage: Build @@ -32,4 +32,5 @@ stages: containerRegistry: 'recklessop-docker-hub' repository: 'zerto-exporter' command: 'push' - tags: '$(Build.BuildId)' \ No newline at end of file + tags: | + $(tag) \ No newline at end of file