Skip to content

Commit 74937ae

Browse files
Merge pull request #126 from microsoft/psl-us-7572-movecontainers
Modify the deployment templates to reference the new container registry locations
2 parents db1f099 + d105dcc commit 74937ae

File tree

3 files changed

+3
-38
lines changed

3 files changed

+3
-38
lines changed

.github/workflows/docker-azure-function.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/docker-image-web-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Image CI
33
on:
44
push:
55
branches:
6-
- master
6+
- ckm-v1
77

88
permissions: # Sets workflow permissions using the least privilege principle
99
contents: read # Read access to repo, required by the actions/checkout@v2 action

infrastructure/ARM/deployment-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
},
1313
"webUIDockerImageReference": {
1414
"type": "string",
15-
"defaultValue": "DOCKER|ckmuicontainer.azurecr.io/ckm-ui-dev:latest",
15+
"defaultValue": "DOCKER|ckmcontainerreg.azurecr.io/csci-ui:latest",
1616
"metadata": {
1717
"description": "The reference to the WebUI Docker image for the Linux App Service Plan"
1818
}
1919
},
2020
"openAIFunctionDockerImageReference": {
2121
"type": "string",
22-
"defaultValue": "DOCKER|ckmuicontainer.azurecr.io/ckm-acs-oai-async:latest",
22+
"defaultValue": "DOCKER|ckmcontainerreg.azurecr.io/ckm-acs-oai-async:latest",
2323
"metadata": {
2424
"description": "The reference to the OpenAI Function Docker image for the Linux App Service Plan"
2525
}

0 commit comments

Comments
 (0)