Skip to content

Commit 30b074d

Browse files
authored
don't attempt to use the same artifact names
1 parent 1ff8b42 commit 30b074d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Upload digest
5151
uses: actions/upload-artifact@v4
5252
with:
53-
name: digests
53+
name: digest-${{ matrix.platform }}
5454
path: /tmp/digests/*
5555
if-no-files-found: error
5656
retention-days: 1
@@ -63,8 +63,9 @@ jobs:
6363
- name: Download digests
6464
uses: actions/download-artifact@v4
6565
with:
66-
name: digests
6766
path: /tmp/digests
67+
pattern: digests-*
68+
merge-multiple: true
6869
- name: Set up Docker Buildx
6970
uses: docker/setup-buildx-action@v3
7071
- name: Docker meta

0 commit comments

Comments
 (0)