Skip to content

Commit 944c928

Browse files
update workflow to use arch specific image pattern
1 parent aca569b commit 944c928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/newbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- name: Download Images
205205
uses: actions/download-artifact@v4
206206
with:
207-
pattern: image-*
207+
pattern: image-*-${{ matrix.arch }}.*
208208
merge-multiple: true
209209
path: /tmp/images
210210
- name: Load Image into Docker

0 commit comments

Comments
 (0)