From 59c49116b5f1ea077c6f5fcc4174129212022293 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 5 Feb 2025 11:46:07 +0100 Subject: [PATCH] ci(azure-pipelines): add release tag [skip ci] --- .azure-pipelines/templates/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/templates/release.yaml b/.azure-pipelines/templates/release.yaml index d1a5d2893..916117a08 100644 --- a/.azure-pipelines/templates/release.yaml +++ b/.azure-pipelines/templates/release.yaml @@ -38,6 +38,7 @@ jobs: cp docker/fradrive/Dockerfile . docker build \ --tag $(imageUpstream)/fradrive:$(Build.BuildNumber) \ + --tag $(imageUpstream)/fradrive:${{parameters.releaseTag}} \ --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.trusted/ubuntu \ --build-arg FROM_TAG=20.04 \ --build-arg PROJECT_DIR=$(Build.Repository.LocalPath) \