From e6a211ee2a44b98f6f1e42c1d33a54683b45e48c Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:10:10 -0500 Subject: [PATCH] Update ci/properties/aws.properties.json --- ci/properties/aws.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/aws.properties.json b/ci/properties/aws.properties.json index a8132dc..3693743 100644 --- a/ci/properties/aws.properties.json +++ b/ci/properties/aws.properties.json @@ -2,5 +2,5 @@ "name": "Deploy to Amazon ECS", "description": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.", "iconName": "aws", - "categories": ["Docker"] + "categories": ["Dockerfile"] }