Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2023-01-28 11:30:11 -05:00
parent 9a777a0fb2
commit f08821513b
+7 -6
View File
@@ -27,9 +27,10 @@ stages:
dockerfile: '$(Build.SourcesDirectory)/Dockerfile' dockerfile: '$(Build.SourcesDirectory)/Dockerfile'
tags: | tags: |
$(tag) $(tag)
- task: Docker@2 - task: Docker@2
inputs: displayName: Build and Push a Docker Hub Image
containerRegistry: 'recklessop-docker-hub' inputs:
repository: 'zerto-exporter' containerRegistry: 'recklessop-docker-hub'
command: 'buildAndPush' repository: 'zerto-exporter'
Dockerfile: '**/Dockerfile' command: 'buildAndPush'
Dockerfile: '**/Dockerfile'