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