mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-06 09:13:14 -04:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+2
-3
@@ -28,9 +28,8 @@ stages:
|
|||||||
tags: |
|
tags: |
|
||||||
$(tag)
|
$(tag)
|
||||||
- task: Docker@2
|
- task: Docker@2
|
||||||
displayName: Build and Push a Docker Hub Image
|
|
||||||
inputs:
|
inputs:
|
||||||
containerRegistry: 'recklessop-docker-hub'
|
containerRegistry: 'recklessop-docker-hub'
|
||||||
repository: 'zerto-exporter'
|
repository: 'zerto-exporter'
|
||||||
command: 'buildAndPush'
|
command: 'push'
|
||||||
Dockerfile: '**/Dockerfile'
|
tags: '$(Build.BuildId)'
|
||||||
Reference in New Issue
Block a user