Skip to content

Commit d105dcc

Browse files
author
Pavan Kumar
committed
Use csci-ui:latest and point to ckm-v1 branch
1 parent 401bcc4 commit d105dcc

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"webUIDockerImageReference": {
1414
"type": "string",
15-
"defaultValue": "DOCKER|ckmcontainerreg.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
}

0 commit comments

Comments
 (0)