From 1f1c728d502f687dd395e6be0ea30532af685887 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Sat, 28 Jan 2023 11:58:11 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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