File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build and package QubesOS RC RPMs
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*-rc*'
7+
8+ jobs :
9+ qubes-dom0-package :
10+ uses : TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@v1
11+ with :
12+ qubes-component : ' secure-kernel-loader'
13+ qubes-pkg-src-dir : ' qubesos'
14+ trigger-woodpecker-cicd :
15+ needs : qubes-dom0-package
16+ uses : TrenchBoot/.github/.github/workflows/trigger-woodpecker-pipeline.yml@v1
17+ secrets :
18+ woodpecker-token : ${{ secrets.WOODPECKER_TOKEN }}
19+ with :
20+ api-url : ' https://ci.3mdeb.com'
21+ owner : ' zarhus'
22+ repo : ' trenchboot-release-cicd-pipeline'
23+ ref : ' master'
24+ inputs : >-
25+ --input GITHUB_REPO=secure-kernel-loader
26+ --input GITHUB_SHA=${{ github.sha }}
27+ --input GITHUB_RUN_ID=${{ github.run_id }}
28+ --input QUBES_COMPONENT=secure-kernel-loader
29+ --input WORKFLOW=sign-and-publish-test-rpms
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name: Create QubesOS RPMs
33on :
44 push :
55 branches :
6- - ' *'
6+ - ' ** '
77 tags :
8- - ' *'
8+ - ' **'
9+ - ' !v*-rc*'
910
1011jobs :
1112 qubes-dom0-package :
1213 uses : TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@master
13-
1414 with :
1515 qubes-component : ' secure-kernel-loader'
1616 qubes-pkg-src-dir : ' qubesos'
You can’t perform that action at this time.
0 commit comments