Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2023-01-28 11:33:47 -05:00
parent f08821513b
commit 84d9bc777c
+2 -3
View File
@@ -28,9 +28,8 @@ stages:
tags: |
$(tag)
- task: Docker@2
displayName: Build and Push a Docker Hub Image
inputs:
containerRegistry: 'recklessop-docker-hub'
repository: 'zerto-exporter'
command: 'buildAndPush'
Dockerfile: '**/Dockerfile'
command: 'push'
tags: '$(Build.BuildId)'