diff --git a/.github/workflows/petstoreassistant_ci_cd_to_appservice.yml b/.github/workflows/petstoreassistant_ci_cd_to_appservice.yml index 38537789..baf5e980 100644 --- a/.github/workflows/petstoreassistant_ci_cd_to_appservice.yml +++ b/.github/workflows/petstoreassistant_ci_cd_to_appservice.yml @@ -1,8 +1,8 @@ name: Pet Store Assistant CI/CD to Azure App Service env: - AZURE_CONTAINER_REGISTRY: azurepetstorecontainerregistry.azurecr.io - AZURE_CONTAINER_REGISTRY_USERNAME: azurepetstorecontainerregistry + AZURE_CONTAINER_REGISTRY: azurepetstoremecr.azurecr.io + AZURE_CONTAINER_REGISTRY_USERNAME: azurepetstoremecr on: push: diff --git a/manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml b/manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml index 6b77721b..aeca4420 100644 --- a/manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml +++ b/manifests/azure-petstoreorderservice-ci-cd-to-aks-pipeline.yml @@ -16,9 +16,9 @@ resources: variables: # Container registry service connection established during pipeline creation - dockerRegistryServiceConnection: 'azurepetstorecr' + dockerRegistryServiceConnection: 'azurepetstoremecr' imageRepository: 'petstoreorderservice' - containerRegistry: 'azurepetstorecontainerregistry.azurecr.io' + containerRegistry: 'azurepetstoremecr.azurecr.io' dockerfilePath: 'petstore/petstoreorderservice/Dockerfile' tag: '$(Build.BuildId)' imagePullSecret: '$(crImagePullSecretGlobalV2)' diff --git a/manifests/azure-petstorepetservice-ci-cd-to-aks-pipeline.yml b/manifests/azure-petstorepetservice-ci-cd-to-aks-pipeline.yml index bda807d5..61714846 100644 --- a/manifests/azure-petstorepetservice-ci-cd-to-aks-pipeline.yml +++ b/manifests/azure-petstorepetservice-ci-cd-to-aks-pipeline.yml @@ -16,9 +16,9 @@ resources: variables: # Container registry service connection established during pipeline creation - dockerRegistryServiceConnection: 'azurepetstorecr' + dockerRegistryServiceConnection: 'azurepetstoremecr' imageRepository: 'petstorepetservice' - containerRegistry: 'azurepetstorecontainerregistry.azurecr.io' + containerRegistry: 'azurepetstoremecr.azurecr.io' dockerfilePath: 'petstore/petstorepetservice/Dockerfile' tag: '$(Build.BuildId)' imagePullSecret: '$(crImagePullSecretGlobalV3)' diff --git a/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml b/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml index 23be6527..8def5630 100644 --- a/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml +++ b/manifests/azure-petstoreproductservice-ci-cd-to-aks-pipeline.yml @@ -16,9 +16,9 @@ resources: variables: # Container registry service connection established during pipeline creation - dockerRegistryServiceConnection: 'azurepetstorecr' + dockerRegistryServiceConnection: 'azurepetstoremecr' imageRepository: 'petstoreproductservice' - containerRegistry: 'azurepetstorecontainerregistry.azurecr.io' + containerRegistry: 'azurepetstoremecr.azurecr.io' dockerfilePath: 'petstore/petstoreproductservice/Dockerfile' tag: '$(Build.BuildId)' imagePullSecret: '$(crImagePullSecretGlobalV2)'