There was an error while loading. Please reload this page.
1 parent c147610 commit 3ace858Copy full SHA for 3ace858
.github/workflows/ci.yaml
@@ -71,8 +71,9 @@ jobs:
71
72
# Update the tag in the existing deployment.yaml file
73
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
75
- git add ./k8s-manifests/deployment.yaml
76
+ git add ./k8s-manifests/deployment.yaml ./k8s-manifests/aks/deployment.yaml
77
git commit -m "Update image tag to ${TAG} [skip ci]"
78
79
# Try to push, break if successful
0 commit comments