From 351421e9038c6629b76ac53c91cfe1651b5071dc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 20 Jan 2025 14:04:19 +0100 Subject: [PATCH] ci(azure-pipelines): fix branch ref --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 8e0bccdbd..9a83876a8 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -6,7 +6,7 @@ pool: 'Prod Private Agent Pool' variables: imageFradriveUpstream: devfra.azurecr.io/de.fraport.fradrive.build - imageRetagLatestBranch: 'refs/head/master' + imageRetagLatestBranch: 'refs/heads/master' jobs: - job: FrontendImage