Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2023-01-28 11:44:02 -05:00
parent 84d9bc777c
commit 614f655cc2
+3 -2
View File
@@ -9,7 +9,7 @@ resources:
- repo: self - repo: self
variables: variables:
tag: '$(Build.BuildId)' tag: 'recklessop/$(Build.BuildId)'
stages: stages:
- stage: Build - stage: Build
@@ -32,4 +32,5 @@ stages:
containerRegistry: 'recklessop-docker-hub' containerRegistry: 'recklessop-docker-hub'
repository: 'zerto-exporter' repository: 'zerto-exporter'
command: 'push' command: 'push'
tags: '$(Build.BuildId)' tags: |
$(tag)