From 64a5fd9203f8e16f559543194fd94d600c023a0b Mon Sep 17 00:00:00 2001 From: Sharon Hart Date: Thu, 14 Nov 2024 19:03:00 +0200 Subject: [PATCH] test --- azure-pipelines-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index eada04332..f1a34c540 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -20,7 +20,7 @@ stages: pool: vmImage: 'ubuntu-latest' variables: - REGISTRY_NAME: '$(ACR_REGISTRY_NAME).azurecr.io/' + REGISTRY_NAME: '$(ACR_REGISTRY_NAME).azurecr.io' TAG: ':$(Build.BuildId)' steps: - template: .pipelines/templates/build-and-push-containers.yml