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