18
18
19
19
jobs :
20
20
21
- build_and_publish_app_proxy_image :
21
+ app_proxy :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- uses : actions/checkout@v2
25
- - uses : ./.github/actions/build_and_publish_image
25
+ - name : Build & publish image
26
+ uses : ./.github/actions/build_and_publish_image
26
27
with :
27
28
github_token : $github_token
28
29
github_username : $github_username
@@ -31,11 +32,12 @@ jobs:
31
32
image_version_1 : ${{ inputs.image_version_1 }}
32
33
image_version_2 : ${{ inputs.image_version_2 }}
33
34
34
- build_and_publish_app_streaming_bionic_image :
35
+ app_streaming_bionic :
35
36
runs-on : ubuntu-latest
36
37
steps :
37
38
- uses : actions/checkout@v2
38
- - uses : ./.github/actions/build_and_publish_image
39
+ - name : Build & publish image
40
+ uses : ./.github/actions/build_and_publish_image
39
41
with :
40
42
dockerfile : Dockerfile.bionic
41
43
github_token : $github_token
@@ -46,11 +48,12 @@ jobs:
46
48
image_version_2 : ${{ inputs.image_version_2 }}
47
49
image_version_suffix : -bionic
48
50
49
- build_and_publish_app_streaming_buster_image :
51
+ app_streaming_buster :
50
52
runs-on : ubuntu-latest
51
53
steps :
52
54
- uses : actions/checkout@v2
53
- - uses : ./.github/actions/build_and_publish_image
55
+ - name : Build & publish image
56
+ uses : ./.github/actions/build_and_publish_image
54
57
with :
55
58
github_token : $github_token
56
59
github_username : $github_username
@@ -60,11 +63,12 @@ jobs:
60
63
image_version_2 : ${{ inputs.image_version_2 }}
61
64
image_version_suffix : -buster
62
65
63
- build_and_publish_app_streaming_focal_image :
66
+ app_streaming_focal :
64
67
runs-on : ubuntu-latest
65
68
steps :
66
69
- uses : actions/checkout@v2
67
- - uses : ./.github/actions/build_and_publish_image
70
+ - name : Build & publish image
71
+ uses : ./.github/actions/build_and_publish_image
68
72
with :
69
73
dockerfile : Dockerfile.focal
70
74
github_token : $github_token
@@ -75,11 +79,12 @@ jobs:
75
79
image_version_2 : ${{ inputs.image_version_2 }}
76
80
image_version_suffix : -focal
77
81
78
- build_and_publish_app_streaming_focal_cuda_image :
82
+ app_streaming_focal_cuda :
79
83
runs-on : ubuntu-latest
80
84
steps :
81
85
- uses : actions/checkout@v2
82
- - uses : ./.github/actions/build_and_publish_image
86
+ - name : Build & publish image
87
+ uses : ./.github/actions/build_and_publish_image
83
88
with :
84
89
dockerfile : Dockerfile.focal-cuda
85
90
github_token : $github_token
@@ -90,11 +95,12 @@ jobs:
90
95
image_version_2 : ${{ inputs.image_version_2 }}
91
96
image_version_suffix : -focal-cuda
92
97
93
- build_and_publish_desktop_image :
98
+ desktop :
94
99
runs-on : ubuntu-latest
95
100
steps :
96
101
- uses : actions/checkout@v2
97
- - uses : ./.github/actions/build_and_publish_image
102
+ - name : Build & publish image
103
+ uses : ./.github/actions/build_and_publish_image
98
104
with :
99
105
github_token : $github_token
100
106
github_username : $github_username
@@ -103,11 +109,12 @@ jobs:
103
109
image_version_1 : ${{ inputs.image_version_1 }}
104
110
image_version_2 : ${{ inputs.image_version_2 }}
105
111
106
- build_and_publish_pulseaudio_image :
112
+ pulseaudio :
107
113
runs-on : ubuntu-latest
108
114
steps :
109
115
- uses : actions/checkout@v2
110
- - uses : ./.github/actions/build_and_publish_image
116
+ - name : Build & publish image
117
+ uses : ./.github/actions/build_and_publish_image
111
118
with :
112
119
github_token : $github_token
113
120
github_username : $github_username
@@ -116,11 +123,12 @@ jobs:
116
123
image_version_1 : ${{ inputs.image_version_1 }}
117
124
image_version_2 : ${{ inputs.image_version_2 }}
118
125
119
- build_and_publish_squid_proxy_image :
126
+ squid_proxy :
120
127
runs-on : ubuntu-latest
121
128
steps :
122
129
- uses : actions/checkout@v2
123
- - uses : ./.github/actions/build_and_publish_image
130
+ - name : Build & publish image
131
+ uses : ./.github/actions/build_and_publish_image
124
132
with :
125
133
github_token : $github_token
126
134
github_username : $github_username
@@ -129,11 +137,12 @@ jobs:
129
137
image_version_1 : ${{ inputs.image_version_1 }}
130
138
image_version_2 : ${{ inputs.image_version_2 }}
131
139
132
- build_and_publish_tinyfilemanager_image :
140
+ tinyfilemanager :
133
141
runs-on : ubuntu-latest
134
142
steps :
135
143
- uses : actions/checkout@v2
136
- - uses : ./.github/actions/build_and_publish_image
144
+ - name : Build & publish image
145
+ uses : ./.github/actions/build_and_publish_image
137
146
with :
138
147
github_token : $github_token
139
148
github_username : $github_username
@@ -142,11 +151,12 @@ jobs:
142
151
image_version_1 : ${{ inputs.image_version_1 }}
143
152
image_version_2 : ${{ inputs.image_version_2 }}
144
153
145
- build_and_publish_uinput_device_plugin_image :
154
+ uinput_device_plugin :
146
155
runs-on : ubuntu-latest
147
156
steps :
148
157
- uses : actions/checkout@v2
149
- - uses : ./.github/actions/build_and_publish_image
158
+ - name : Build & publish image
159
+ uses : ./.github/actions/build_and_publish_image
150
160
with :
151
161
github_token : $github_token
152
162
github_username : $github_username
@@ -155,11 +165,12 @@ jobs:
155
165
image_version_1 : ${{ inputs.image_version_1 }}
156
166
image_version_2 : ${{ inputs.image_version_2 }}
157
167
158
- build_and_publish_watchdog_image :
168
+ watchdog :
159
169
runs-on : ubuntu-latest
160
170
steps :
161
171
- uses : actions/checkout@v2
162
- - uses : ./.github/actions/build_and_publish_image
172
+ - name : Build & publish image
173
+ uses : ./.github/actions/build_and_publish_image
163
174
with :
164
175
github_token : $github_token
165
176
github_username : $github_username
@@ -168,11 +179,12 @@ jobs:
168
179
image_version_1 : ${{ inputs.image_version_1 }}
169
180
image_version_2 : ${{ inputs.image_version_2 }}
170
181
171
- build_and_publish_webrtc_image :
182
+ webrtc :
172
183
runs-on : ubuntu-latest
173
184
steps :
174
185
- uses : actions/checkout@v2
175
- - uses : ./.github/actions/build_and_publish_image
186
+ - name : Build & publish image
187
+ uses : ./.github/actions/build_and_publish_image
176
188
with :
177
189
github_token : $github_token
178
190
github_username : $github_username
@@ -181,11 +193,12 @@ jobs:
181
193
image_version_1 : ${{ inputs.image_version_1 }}
182
194
image_version_2 : ${{ inputs.image_version_2 }}
183
195
184
- build_and_publish_xpra_image :
196
+ xpra :
185
197
runs-on : ubuntu-latest
186
198
steps :
187
199
- uses : actions/checkout@v2
188
- - uses : ./.github/actions/build_and_publish_image
200
+ - name : Build & publish image
201
+ uses : ./.github/actions/build_and_publish_image
189
202
with :
190
203
github_token : $github_token
191
204
github_username : $github_username
@@ -194,11 +207,12 @@ jobs:
194
207
image_version_1 : ${{ inputs.image_version_1 }}
195
208
image_version_2 : ${{ inputs.image_version_2 }}
196
209
197
- build_and_publish_xserver_image :
210
+ xserver :
198
211
runs-on : ubuntu-latest
199
212
steps :
200
213
- uses : actions/checkout@v2
201
- - uses : ./.github/actions/build_and_publish_image
214
+ - name : Build & publish image
215
+ uses : ./.github/actions/build_and_publish_image
202
216
with :
203
217
github_token : $github_token
204
218
github_username : $github_username
0 commit comments