From 8988a76932c72451706e4ed43492e2f513766c13 Mon Sep 17 00:00:00 2001 From: Chris Tremblay <62187826+chtrembl@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:40:55 -0400 Subject: [PATCH] Update azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml for Azure Pipelines --- .../azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml b/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml index bfca9e99..8def5630 100644 --- a/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml +++ b/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml @@ -16,7 +16,7 @@ resources: variables: # Container registry service connection established during pipeline creation - dockerRegistryServiceConnection: 'azurepetstorecr' + dockerRegistryServiceConnection: 'azurepetstoremecr' imageRepository: 'petstoreproductservice' containerRegistry: 'azurepetstoremecr.azurecr.io' dockerfilePath: 'petstore/petstoreproductservice/Dockerfile'