Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Jul 19, 2024
2 parents d27078b + 54f5c17 commit d9f9c42
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/petstoreassistant_ci_cd_to_appservice.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down
4 changes: 2 additions & 2 deletions manifests/azure-petstorepetservice-ci-cd-to-aks-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit d9f9c42

Please sign in to comment.