18
18
19
19
jobs :
20
20
extract_meta :
21
- name : Get Release Version
21
+ name : Extract metadata for use
22
22
runs-on : ubuntu-latest
23
23
outputs :
24
24
clean_version : ${{ steps.get-version.outputs.clean_version }}
@@ -152,7 +152,7 @@ jobs:
152
152
- name : Upload digest
153
153
uses : actions/upload-artifact@v4
154
154
with :
155
- name : digests -${{ matrix.os }}-${{ matrix.arch }}
155
+ name : debian -${{ matrix.os }}-${{ matrix.arch }}
156
156
path : /tmp/digests/*
157
157
if-no-files-found : error
158
158
retention-days : 1
@@ -219,7 +219,7 @@ jobs:
219
219
- name : Upload digest
220
220
uses : actions/upload-artifact@v4
221
221
with :
222
- name : digests- alpine-${{ matrix.os }}-${{ matrix.arch }}
222
+ name : alpine-${{ matrix.os }}-${{ matrix.arch }}
223
223
path : /tmp/digests/*
224
224
if-no-files-found : error
225
225
retention-days : 1
@@ -286,7 +286,7 @@ jobs:
286
286
- name : Upload digest
287
287
uses : actions/upload-artifact@v4
288
288
with :
289
- name : digests -${{ matrix.os }}-${{ matrix.arch }}
289
+ name : debian -${{ matrix.os }}-${{ matrix.arch }}
290
290
path : /tmp/digests/*
291
291
if-no-files-found : error
292
292
retention-days : 1
@@ -301,7 +301,7 @@ jobs:
301
301
docker volume prune -a -f
302
302
303
303
docker-build-alpine-arm :
304
- name : Build Docker Image For ${{ matrix.os }} - ${{ matrix.arch }}
304
+ name : Build Docker Alpine Image For ${{ matrix.os }} - ${{ matrix.arch }}
305
305
needs : [extract_meta]
306
306
runs-on : self-hosted
307
307
strategy :
@@ -362,7 +362,7 @@ jobs:
362
362
- name : Upload digest
363
363
uses : actions/upload-artifact@v4
364
364
with :
365
- name : digests- alpine-${{ matrix.os }}-${{ matrix.arch }}
365
+ name : alpine-${{ matrix.os }}-${{ matrix.arch }}
366
366
path : /tmp/digests/*
367
367
if-no-files-found : error
368
368
retention-days : 1
@@ -385,7 +385,7 @@ jobs:
385
385
uses : actions/download-artifact@v4
386
386
with :
387
387
path : /tmp/digests
388
- pattern : digests -*
388
+ pattern : debian -*
389
389
merge-multiple : true
390
390
391
391
- name : Set up Docker Buildx
@@ -433,7 +433,7 @@ jobs:
433
433
uses : actions/download-artifact@v4
434
434
with :
435
435
path : /tmp/digests
436
- pattern : digests- alpine-*
436
+ pattern : alpine-*
437
437
merge-multiple : true
438
438
439
439
- name : Set up Docker Buildx
0 commit comments