From d9321333786d559e00c8e2c9e330d05ced0cd4d3 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:09:41 -0500 Subject: [PATCH] Update google.properties.json --- ci/properties/google.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/google.properties.json b/ci/properties/google.properties.json index 877e239..5590cec 100644 --- a/ci/properties/google.properties.json +++ b/ci/properties/google.properties.json @@ -2,5 +2,5 @@ "name": "Build and Deploy to GKE", "description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.", "iconName": "googlegke", - "categories": ["Docker"] + "categories": ["Dockerfile"] }