@@ -190,27 +190,6 @@ jobs:
190
190
base-image : quay.io/stackrox-io/collector:${{ inputs.collector-tag }}
191
191
archs : ${{ env.ARCHS }}
192
192
193
- - name : Create and push multiarch manifest for stackrox-io -slim
194
- uses : ./.github/actions/create-multiarch-manifest
195
- with :
196
- base-image : quay.io/stackrox-io/collector:${{ inputs.collector-tag }}
197
- archs : ${{ env.ARCHS }}
198
- suffix : -slim
199
-
200
- - name : Create and push multiarch manifest for stackrox-io -base
201
- uses : ./.github/actions/create-multiarch-manifest
202
- with :
203
- base-image : quay.io/stackrox-io/collector:${{ inputs.collector-tag }}
204
- archs : ${{ env.ARCHS }}
205
- suffix : -base
206
-
207
- - name : Create and push multiarch manifest for stackrox-io -latest
208
- uses : ./.github/actions/create-multiarch-manifest
209
- with :
210
- base-image : quay.io/stackrox-io/collector:${{ inputs.collector-tag }}
211
- archs : ${{ env.ARCHS }}
212
- suffix : -latest
213
-
214
193
- name : Login to quay.io/rhacs-eng
215
194
uses : docker/login-action@v3
216
195
with :
@@ -224,31 +203,10 @@ jobs:
224
203
base-image : quay.io/rhacs-eng/collector:${{ inputs.collector-tag }}
225
204
archs : ${{ env.ARCHS }}
226
205
227
- - name : Create and push multiarch manifest for rhacs-eng -slim
228
- uses : ./.github/actions/create-multiarch-manifest
229
- with :
230
- base-image : quay.io/rhacs-eng/collector:${{ inputs.collector-tag }}
231
- archs : ${{ env.ARCHS }}
232
- suffix : -slim
233
-
234
- - name : Create and push multiarch manifest for rhacs-eng -base
235
- uses : ./.github/actions/create-multiarch-manifest
236
- with :
237
- base-image : quay.io/rhacs-eng/collector:${{ inputs.collector-tag }}
238
- archs : ${{ env.ARCHS }}
239
- suffix : -base
240
-
241
- - name : Create and push multiarch manifest for rhacs-eng -latest
242
- uses : ./.github/actions/create-multiarch-manifest
243
- with :
244
- base-image : quay.io/rhacs-eng/collector:${{ inputs.collector-tag }}
245
- archs : ${{ env.ARCHS }}
246
- suffix : -latest
247
-
248
206
retag-x86-image :
249
207
needs :
250
208
- build-collector-image
251
- name : Retag x86 slim image
209
+ name : Retag x86 image
252
210
runs-on : ubuntu-24.04
253
211
if : |
254
212
github.event_name == 'pull_request' &&
@@ -266,30 +224,6 @@ jobs:
266
224
username : ${{ secrets.QUAY_STACKROX_IO_RW_USERNAME }}
267
225
password : ${{ secrets.QUAY_STACKROX_IO_RW_PASSWORD }}
268
226
269
- - name : Retag and push stackrox-io -slim
270
- uses : stackrox/actions/images/retag-and-push@v1
271
- with :
272
- src-image : ${{ inputs.collector-image }}-amd64
273
- dst-image : ${{ inputs.collector-image }}-slim
274
- username : ${{ secrets.QUAY_STACKROX_IO_RW_USERNAME }}
275
- password : ${{ secrets.QUAY_STACKROX_IO_RW_PASSWORD }}
276
-
277
- - name : Retag and push stackrox-io -base
278
- uses : stackrox/actions/images/retag-and-push@v1
279
- with :
280
- src-image : ${{ inputs.collector-image }}-amd64
281
- dst-image : ${{ inputs.collector-image }}-base
282
- username : ${{ secrets.QUAY_STACKROX_IO_RW_USERNAME }}
283
- password : ${{ secrets.QUAY_STACKROX_IO_RW_PASSWORD }}
284
-
285
- - name : Retag and push stackrox-io -latest
286
- uses : stackrox/actions/images/retag-and-push@v1
287
- with :
288
- src-image : ${{ inputs.collector-image }}-amd64
289
- dst-image : ${{ inputs.collector-image }}-latest
290
- username : ${{ secrets.QUAY_STACKROX_IO_RW_USERNAME }}
291
- password : ${{ secrets.QUAY_STACKROX_IO_RW_PASSWORD }}
292
-
293
227
- name : Retag and push rhacs-eng
294
228
uses : stackrox/actions/images/retag-and-push@v1
295
229
with :
@@ -298,30 +232,6 @@ jobs:
298
232
username : ${{ secrets.QUAY_RHACS_ENG_RW_USERNAME }}
299
233
password : ${{ secrets.QUAY_RHACS_ENG_RW_PASSWORD }}
300
234
301
- - name : Retag and push rhacs-eng -slim
302
- uses : stackrox/actions/images/retag-and-push@v1
303
- with :
304
- src-image : ${{ inputs.collector-image }}-amd64
305
- dst-image : ${{ env.RHACS_ENG_IMAGE }}-slim
306
- username : ${{ secrets.QUAY_RHACS_ENG_RW_USERNAME }}
307
- password : ${{ secrets.QUAY_RHACS_ENG_RW_PASSWORD }}
308
-
309
- - name : Retag and push rhacs-eng -base
310
- uses : stackrox/actions/images/retag-and-push@v1
311
- with :
312
- src-image : ${{ inputs.collector-image }}-amd64
313
- dst-image : ${{ env.RHACS_ENG_IMAGE }}-base
314
- username : ${{ secrets.QUAY_RHACS_ENG_RW_USERNAME }}
315
- password : ${{ secrets.QUAY_RHACS_ENG_RW_PASSWORD }}
316
-
317
- - name : Retag and push rhacs-eng -latest
318
- uses : stackrox/actions/images/retag-and-push@v1
319
- with :
320
- src-image : ${{ inputs.collector-image }}-amd64
321
- dst-image : ${{ env.RHACS_ENG_IMAGE }}-latest
322
- username : ${{ secrets.QUAY_RHACS_ENG_RW_USERNAME }}
323
- password : ${{ secrets.QUAY_RHACS_ENG_RW_PASSWORD }}
324
-
325
235
notify :
326
236
runs-on : ubuntu-24.04
327
237
if : always() && contains(join(needs.*.result, ','), 'failure') && github.event_name != 'pull_request'
0 commit comments