Merge pull request #726 from redhat-actions/openshiftCategories

Add Dockerfile category to openshift workflow
This commit is contained in:
John Bohannon
2020-11-30 13:08:38 -05:00
committed by GitHub
+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" ]
}