Skip to content

Commit c205243

Browse files
committed
download only correct images in merge steps
1 parent a8c495e commit c205243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
uses: actions/download-artifact@v4
320320
with:
321321
path: /tmp/digests
322-
pattern: digests-ubuntu-*
322+
pattern: digests-ubuntu-${{ matrix.distro }}-*
323323
merge-multiple: true
324324

325325
- name: Docker meta
@@ -375,7 +375,7 @@ jobs:
375375
uses: actions/download-artifact@v4
376376
with:
377377
path: /tmp/digests
378-
pattern: digests-debian-*
378+
pattern: digests-debian-${{ matrix.distro }}-*
379379
merge-multiple: true
380380

381381
- name: Docker meta

0 commit comments

Comments
 (0)