mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-06 17:23:14 -04:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+1
-9
@@ -21,16 +21,8 @@ stages:
|
|||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- task: Docker@2
|
- task: Docker@2
|
||||||
displayName: Build an image
|
|
||||||
inputs:
|
inputs:
|
||||||
containerRegistry: 'recklessop-docker-hub'
|
containerRegistry: 'recklessop-docker-hub'
|
||||||
repository: 'zerto-exporter'
|
repository: 'zerto-exporter'
|
||||||
command: 'build'
|
command: 'buildAndPush'
|
||||||
Dockerfile: '**/Dockerfile'
|
Dockerfile: '**/Dockerfile'
|
||||||
tags: '$(tag)'
|
|
||||||
- task: Docker@2
|
|
||||||
inputs:
|
|
||||||
containerRegistry: 'recklessop-docker-hub'
|
|
||||||
repository: 'zerto-exporter'
|
|
||||||
command: 'push'
|
|
||||||
tags: '$(tag)'
|
|
||||||
Reference in New Issue
Block a user