From 8c39455f8cce7512231a038e538e20fb6defbf88 Mon Sep 17 00:00:00 2001 From: Harmanpreet-Microsoft Date: Thu, 4 Sep 2025 21:15:26 +0530 Subject: [PATCH] Update image tags for backend and frontend containers --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 82f0941b1..7576db51d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -134,7 +134,8 @@ jobs: gptModelDeploymentType="GlobalStandard" \ gptModelName="gpt-4o" \ gptModelVersion="2024-08-06" \ - imageTag="${IMAGE_TAG}" \ + backendContainerImageTag="${IMAGE_TAG}" \ + frontendContainerImageTag="${IMAGE_TAG}" \ azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \ gptModelCapacity=150 \ --output json