Added dockerfile to relevant CD template categories. (#1136)

* Added Dockerfile to Category for relevant CD templates.

* Update terraform.properties.json
This commit is contained in:
Ashwin Sangem
2021-09-30 07:31:43 +05:30
committed by GitHub
parent 15daabeaa4
commit 6b053712be
4 changed files with 4 additions and 4 deletions
@@ -3,5 +3,5 @@
"description": "This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE).",
"creator": "Tencent Cloud",
"iconName": "tencentcloud",
"categories": ["Deployment"]
"categories": ["Deployment", "Dockerfile"]
}