From 3414cf736263d1a62bcbac35d832b0f6d415d7e8 Mon Sep 17 00:00:00 2001 From: Davide Costa Date: Thu, 11 Dec 2025 13:55:57 +0100 Subject: [PATCH] Update staging resource group name Co-authored-by: Thomas Jespersen --- .github/workflows/_deploy-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_deploy-container.yml b/.github/workflows/_deploy-container.yml index 5f2c254795..eb8fbf2163 100644 --- a/.github/workflows/_deploy-container.yml +++ b/.github/workflows/_deploy-container.yml @@ -71,7 +71,7 @@ jobs: - name: Import Container Image from Staging to Production if: inputs.azure_environment == 'prod' run: | - STAGING_REGISTRY_ID="/subscriptions/${{ vars.STAGING_SUBSCRIPTION_ID }}/resourceGroups/${{ env.UNIQUE_PREFIX }}-stage/providers/Microsoft.ContainerRegistry/registries/${{ env.UNIQUE_PREFIX }}stage" + STAGING_REGISTRY_ID="/subscriptions/${{ vars.STAGING_SUBSCRIPTION_ID }}/resourceGroups/${{ env.UNIQUE_PREFIX }}-stage-global/providers/Microsoft.ContainerRegistry/registries/${{ env.UNIQUE_PREFIX }}stage" az acr import \ --name ${{ env.UNIQUE_PREFIX }}${{ env.ENVIRONMENT }} \