From 3b2b867549c6e577ccb5f27f6ad7c4382be0d9f4 Mon Sep 17 00:00:00 2001 From: Chris Tremblay <62187826+chtrembl@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:33:10 -0400 Subject: [PATCH] Update azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml for Azure Pipelines --- manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml b/manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml index 6b77721b..083038ef 100644 --- a/manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml +++ b/manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml @@ -18,7 +18,7 @@ variables: # Container registry service connection established during pipeline creation dockerRegistryServiceConnection: 'azurepetstorecr' imageRepository: 'petstoreorderservice' - containerRegistry: 'azurepetstorecontainerregistry.azurecr.io' + containerRegistry: 'azurepetstoremecr.azurecr.io' dockerfilePath: 'petstore/petstoreorderservice/Dockerfile' tag: '$(Build.BuildId)' imagePullSecret: '$(crImagePullSecretGlobalV2)'