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 <noreply@anthropic.com>
This commit is contained in:
2026-02-21 12:47:19 -05:00
parent 931d6cdf3e
commit e70110d2ca
+1 -1
View File
@@ -37,6 +37,6 @@ stages:
command: 'buildAndPush'
Dockerfile: '**/Dockerfile'
tags: |
$(Build.BuildId)
$(semanticVersion)
stable
latest