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:
+7
-6
@@ -27,9 +27,10 @@ stages:
|
||||
dockerfile: '$(Build.SourcesDirectory)/Dockerfile'
|
||||
tags: |
|
||||
$(tag)
|
||||
- task: Docker@2
|
||||
inputs:
|
||||
containerRegistry: 'recklessop-docker-hub'
|
||||
repository: 'zerto-exporter'
|
||||
command: 'buildAndPush'
|
||||
Dockerfile: '**/Dockerfile'
|
||||
- task: Docker@2
|
||||
displayName: Build and Push a Docker Hub Image
|
||||
inputs:
|
||||
containerRegistry: 'recklessop-docker-hub'
|
||||
repository: 'zerto-exporter'
|
||||
command: 'buildAndPush'
|
||||
Dockerfile: '**/Dockerfile'
|
||||
Reference in New Issue
Block a user