diff --git a/workflow-templates/docker.properties.json b/workflow-templates/docker.properties.json new file mode 100644 index 0000000..ab110c4 --- /dev/null +++ b/workflow-templates/docker.properties.json @@ -0,0 +1,11 @@ +{ + "name": "Docker Build Workflow", + "description": "Workflow to build an AMD64 and ARM64 Docker build on push and PR", + "iconName": "package", + "categories": [ + "Docker" + ], + "filePatterns": [ + "^Dockerfile" + ] +}