From 0538142aa80733e70a6a3a14af06107c20224149 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 3 Feb 2025 18:24:46 +0100 Subject: [PATCH] ci(azure-pipelines): refer to devfra registry in lower-case only [skip ci] --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 05714176f..98835ee1a 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -107,7 +107,7 @@ stages: displayName: Login to container registry inputs: command: login - containerRegistry: devFra + containerRegistry: devfra - task: Bash@3 displayName: Build container inputs: @@ -126,4 +126,4 @@ stages: displayName: Logout from container registry inputs: command: logout - containerRegistry: devFra \ No newline at end of file + containerRegistry: devfra \ No newline at end of file