Skip to content

Commit

Permalink
Merge pull request #1134 from jhuopensource/hotfix/SEM-226
Browse files Browse the repository at this point in the history
SEM-226 - Update ACR dockerRegistryServiceConnection
  • Loading branch information
mike-sellers authored Sep 19, 2024
2 parents ed89e0e + 65fdbeb commit 23da060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/azure-pipeline-stage-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
variables:

# Container registry service connection established during pipeline creation
dockerRegistryServiceConnection: '720df4c3-7872-4076-aa73-375f702f7e7c'
dockerRegistryServiceConnection: '7ab1d48e-244b-4080-9ced-d2c1bb7eccd6'
imageRepository: 'semesterly'
containerRegistry: 'semesterly.azurecr.io'
tag: '$(Build.BuildId)'
Expand Down
2 changes: 1 addition & 1 deletion manifests/azure-pipelines-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
variables:

# Container registry service connection established during pipeline creation
dockerRegistryServiceConnection: '720df4c3-7872-4076-aa73-375f702f7e7c'
dockerRegistryServiceConnection: '7ab1d48e-244b-4080-9ced-d2c1bb7eccd6'
imageRepository: 'semesterly'
containerRegistry: 'semesterly.azurecr.io'
tag: '$(Build.BuildId)'
Expand Down

0 comments on commit 23da060

Please sign in to comment.