mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-02 23:53:13 -04:00
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:
+1
-1
@@ -37,6 +37,6 @@ stages:
|
||||
command: 'buildAndPush'
|
||||
Dockerfile: '**/Dockerfile'
|
||||
tags: |
|
||||
$(Build.BuildId)
|
||||
$(semanticVersion)
|
||||
stable
|
||||
latest
|
||||
|
||||
Reference in New Issue
Block a user