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: | tags: |
$(tag) $(tag)
- task: Docker@2 - task: Docker@2
displayName: Build and Push a Docker Hub Image
inputs: inputs:
containerRegistry: 'recklessop-docker-hub' containerRegistry: 'recklessop-docker-hub'
repository: 'zerto-exporter' repository: 'zerto-exporter'
command: 'buildAndPush' command: 'push'
Dockerfile: '**/Dockerfile' tags: '$(Build.BuildId)'