Files
starter-workflows/ci/properties/google.properties.json
T

7 lines
213 B
JSON
Raw Normal View History

2019-11-13 12:29:30 -08:00
{
"name": "Build and Deploy to GKE",
"description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.",
"iconName": "googlegke",
2020-02-14 15:09:41 -05:00
"categories": ["Dockerfile"]
2020-02-14 15:09:04 -05:00
}