From d0f5abf854bcce4990b0aa8d7c224d2158334dff Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 16 Jan 2025 13:54:45 +0100 Subject: [PATCH] ci(azure-pipelines): fix backend image tags --- azure-pipelines.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 150e594a3..232c0af3a 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -32,8 +32,7 @@ jobs: --build-arg FRAPORT_NOPROXY=dev.azure.com,*.dev.azure.com,*.fraport.de,*.frankfurt-airport.de \ --build-arg MOUNT_DIR=$(Build.Repository.LocalPath) \ --build-arg PROJECT_DIR=/fradrive \ - --tag $(Build.BuildNumber) \ - --tag frontend \ + --tag frontend:$(Build.BuildNumber) \ . - task: Bash@3 displayName: Push frontend image