Add Dockerfile category to openshift workflow

Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
Tim Etchells
2020-11-30 13:03:33 -05:00
parent 33f788c27e
commit cfbd40a9c2
+1 -1
View File
@@ -3,5 +3,5 @@
"description": "Build a Docker-based project and deploy it to OpenShift.",
"creator": "Red Hat",
"iconName": "openshift",
"categories": null
"categories": [ "Dockerfile" ]
}