Compare commits
2 Commits
b19f07cfb6
...
299c85669a
| Author | SHA256 | Date | |
|---|---|---|---|
|
299c85669a
|
|||
|
94310a27a8
|
@@ -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"] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
15
.gitea/trigger/t_generate_iso.yaml
Normal file
15
.gitea/trigger/t_generate_iso.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# SPDX-Version: 3.0
|
||||
# SPDX-CreationInfo: 2025-05-05; WEIDNER, Marc S.; <msw@coresecret.dev>
|
||||
# SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git
|
||||
# SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency
|
||||
# SPDX-FileCopyrightText: 2024–2025; WEIDNER, Marc S.; <msw@coresecret.dev>
|
||||
# SPDX-FileType: SOURCE
|
||||
# SPDX-License-Identifier: EUPL-1.2 OR LicenseRef-CCLA-1.0
|
||||
# SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework.
|
||||
# SPDX-PackageName: CISS.debian.live.builder
|
||||
# SPDX-Security-Contact: security@coresecret.eu
|
||||
|
||||
build:
|
||||
counter: 1024
|
||||
version: V8.02.644.2025.05.31
|
||||
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml
|
||||
@@ -18,6 +18,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.gitea/trigger/t_generate_dns.yaml'
|
||||
|
||||
jobs:
|
||||
build-dnssec-diagram:
|
||||
|
||||
Reference in New Issue
Block a user