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