Skip to content

Commit 3ace858

Browse files
add aks image tag update to the ci
1 parent c147610 commit 3ace858

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
7272
# Update the tag in the existing deployment.yaml file
7373
sed -i "s|image: .*|image: tmmcpregistry-hjata4hfarb4fqfa.azurecr.io/tm-mcp-server:${TAG}|" ./k8s-manifests/deployment.yaml
74+
sed -i "s|image: .*|image: tmmcpregistry-hjata4hfarb4fqfa.azurecr.io/tm-mcp-server:${TAG}|" ./k8s-manifests/aks/deployment.yaml
7475
75-
git add ./k8s-manifests/deployment.yaml
76+
git add ./k8s-manifests/deployment.yaml ./k8s-manifests/aks/deployment.yaml
7677
git commit -m "Update image tag to ${TAG} [skip ci]"
7778
7879
# Try to push, break if successful

0 commit comments

Comments
 (0)