Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2023-01-28 11:30:11 -05:00
parent 9a777a0fb2
commit f08821513b
+2 -1
View File
@@ -27,7 +27,8 @@ stages:
dockerfile: '$(Build.SourcesDirectory)/Dockerfile' dockerfile: '$(Build.SourcesDirectory)/Dockerfile'
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'