From e70110d2ca8906ce71d10fd44797f1c7955abb38 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Sat, 21 Feb 2026 12:47:19 -0500 Subject: [PATCH] Fix Azure pipeline tags: replace build ID with stable tag Swap $(Build.BuildId) for stable so the pipeline pushes three meaningful tags: {semver}, stable, latest. Co-Authored-By: Claude Sonnet 4.6 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ef56d97..deb22ed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,6 +37,6 @@ stages: command: 'buildAndPush' Dockerfile: '**/Dockerfile' tags: | - $(Build.BuildId) $(semanticVersion) + stable latest