diff --git a/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml b/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml index 23be6527..bfca9e99 100644 --- a/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml +++ b/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml @@ -18,7 +18,7 @@ variables: # Container registry service connection established during pipeline creation dockerRegistryServiceConnection: 'azurepetstorecr' imageRepository: 'petstoreproductservice' - containerRegistry: 'azurepetstorecontainerregistry.azurecr.io' + containerRegistry: 'azurepetstoremecr.azurecr.io' dockerfilePath: 'petstore/petstoreproductservice/Dockerfile' tag: '$(Build.BuildId)' imagePullSecret: '$(crImagePullSecretGlobalV2)'