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