Rename workflow to be the platform

This commit is contained in:
mingshun
2020-04-29 09:49:34 +08:00
parent d5e8e87192
commit 03bcd68379
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "Build and Deploy to TKE",
"name": "Tencent Kubernetes Engine",
"description": "Build a Docker container, publish it to TKE Registry, and deploy to TKE cluster.",
"iconName": "tencentcloud",
"categories": ["Dockerfile"]
+1 -1
View File
@@ -13,7 +13,7 @@
#
# 3. Change the values for the TKE_IMAGE_URL, TKE_REGION, TKE_CLUSTER_ID and DEPLOYMENT_NAME environment variables (below).
name: Build and Deploy to TKE
name: Tencent Kubernetes Engine
on:
push: