Skip to content

Commit 71a0e00

Browse files
Merge pull request microsoft#441 from Harmanpreet-Microsoft/main
ci: Update image tags for backend and frontend containers
2 parents 96f6a36 + 8c39455 commit 71a0e00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ jobs:
134134
gptModelDeploymentType="GlobalStandard" \
135135
gptModelName="gpt-4o" \
136136
gptModelVersion="2024-08-06" \
137-
imageTag="${IMAGE_TAG}" \
137+
backendContainerImageTag="${IMAGE_TAG}" \
138+
frontendContainerImageTag="${IMAGE_TAG}" \
138139
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
139140
gptModelCapacity=150 \
140141
--output json

0 commit comments

Comments
 (0)