Create workflow template properties file
This commit is contained in:
parent
51b4d3dfb3
commit
f3c735ddee
1 changed files with 11 additions and 0 deletions
11
workflow-templates/docker.properties.json
Normal file
11
workflow-templates/docker.properties.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue