11 lines
249 B
JSON
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"
|
|
]
|
|
}
|