.profile/workflow-templates/docker.properties.json
2025-05-20 23:02:05 +01:00

11 lines
249 B
JSON

{
"name": "Docker Build Workflow",
"description": "Workflow to build an AMD64 and ARM64 Docker build on push and PR",
"iconName": "package",
"categories": [
"Docker"
],
"filePatterns": [
"^Dockerfile"
]
}