Commit 519753f
authored
Fix production deployments failing due to missing -global suffix in staging registry reference (#803)
### Summary & Motivation
Fix production container deployments failing to import images from the
staging registry. The `STAGING_REGISTRY_ID` in `_deploy-container.yml`
was missing the `-global` suffix in the resource group name, a bug
introduced in #793 when the global resource group was renamed. This is
currently preventing all deployments to production.
- Update resource group reference from `{prefix}-stage` to
`{prefix}-stage-global` to match the actual location of the staging
container registry
### Checklist
- [x] I have added tests, or done manual regression tests
- [x] I have updated the documentation, if necessary1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments