-
Notifications
You must be signed in to change notification settings - Fork 367
75 lines (68 loc) · 1.74 KB
/
Copy pathdependency-images.yaml
File metadata and controls
75 lines (68 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: Dependency images
on:
workflow_call:
inputs:
publish:
description: Publish artifacts to the artifact store
default: false
required: false
type: boolean
fluentd-image-types:
description: 'Types of images to build (comma-separated: base,filters,full)'
type: string
default: 'base,filters,full'
required: false
permissions:
contents: read
jobs:
fluentd-images:
name: Fluentd images
uses: ./.github/workflows/fluentd-images.yaml
with:
publish: ${{ inputs.publish }}
fluentd-image-types: ${{ inputs.fluentd-image-types }}
permissions:
contents: read
packages: write
id-token: write
security-events: write
config-reloader:
name: Config reloader
uses: ./.github/workflows/config-reloader.yaml
with:
publish: ${{ inputs.publish }}
permissions:
contents: read
packages: write
id-token: write
security-events: write
syslog-ng-reloader:
name: Syslog-ng reloader
uses: ./.github/workflows/syslog-ng-reloader.yaml
with:
publish: ${{ inputs.publish }}
permissions:
contents: read
packages: write
id-token: write
security-events: write
fluentd-drain-watch:
name: Fluentd drain watch
uses: ./.github/workflows/fluentd-drain-watch.yaml
with:
publish: ${{ inputs.publish }}
permissions:
contents: read
packages: write
id-token: write
security-events: write
node-exporter:
name: Node exporter
uses: ./.github/workflows/node-exporter.yaml
with:
publish: ${{ inputs.publish }}
permissions:
contents: read
packages: write
id-token: write
security-events: write