From 866cc3d95da57c11b0c784c878b8b2c2e4f59f29 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 16 Jan 2025 13:53:50 +0100 Subject: [PATCH] ci(azure-pipelines): fix frontend image tags --- azure-pipelines.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index d8fddd096..150e594a3 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -73,8 +73,7 @@ jobs: --build-arg NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' \ --build-arg MOUNT_DIR=$(Build.Repository.LocalPath) \ --build-arg PROJECT_DIR=/fradrive \ - --tag $(Build.BuildNumber) \ - --tag backend \ + --tag backend:$(Build.BuildNumber) \ . - task: Docker@2 name: dockerLogoutDevFra