Create workflow template properties file

This commit is contained in:
William Oldham 2025-05-20 23:02:05 +01:00 committed by GitHub
commit f3c735ddee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
]
}