diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3287a3d..12f1469 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,4 +25,5 @@ stages: containerRegistry: 'recklessop-docker-hub' repository: 'zerto-exporter' command: 'buildAndPush' - Dockerfile: '**/Dockerfile' \ No newline at end of file + Dockerfile: '**/Dockerfile' + tags: 'recklessop/zerto-exporter:$(Build.BuildId)' \ No newline at end of file