Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2023-01-28 11:55:18 -05:00
parent ceaf9b34cc
commit a1afec0a1f
+2 -10
View File
@@ -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'