File tree Expand file tree Collapse file tree 2 files changed +35
-7
lines changed Expand file tree Collapse file tree 2 files changed +35
-7
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,6 @@ jobs:
113
113
cdxgen-image :
114
114
additional-image : cdxgen-debian-swift
115
115
116
- - lang : rolling
117
- distro : opensuse
118
- base-image :
119
- lang : lang
120
- cdxgen-image :
121
- skip-tags : true
122
-
123
116
permissions :
124
117
contents : read
125
118
packages : write
Original file line number Diff line number Diff line change
1
+ name : Build rolling image
2
+
3
+ on :
4
+ schedule :
5
+ - cron : " 0 8 * * *"
6
+ push :
7
+ branches :
8
+ - master
9
+ tags :
10
+ - ' v*'
11
+ workflow_dispatch :
12
+
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15
+ cancel-in-progress : true
16
+
17
+ jobs :
18
+ image :
19
+ if : github.repository == 'CycloneDX/cdxgen'
20
+ permissions :
21
+ contents : read
22
+ packages : write
23
+ uses : ./.github/workflows/image-build.yml
24
+ with :
25
+ image : |
26
+ image: {
27
+ "lang": "rolling",
28
+ "distro": "opensuse",
29
+ "base-image": {
30
+ "lang": "lang"
31
+ },
32
+ "cdxgen-image": {
33
+ "skip-tags": true
34
+ }
35
+ }
You can’t perform that action at this time.
0 commit comments