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": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.",
"creator": "Google Cloud",
"iconName": "googlegke",
"categories": ["Deployment"]
"categories": ["Deployment", "Dockerfile"]
}