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)'