V8.02.644.2025.05.31

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-05-31 21:31:17 +02:00
parent b19f07cfb6
commit 94310a27a8
4 changed files with 18 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{ "$ref": "https://json.schemastore.org/github-workflow.json" },
{
"properties": {
"kind": { "type": "string", "enum": ["pipeline"] },
"type": { "type": "string", "enum": ["docker"] }
}
}
]
}