mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-02 23:53:13 -04:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+3
-2
@@ -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)'
|
||||
tags: |
|
||||
$(tag)
|
||||
Reference in New Issue
Block a user