Skip to content

Commit

Permalink
.github: try artifact-download with name wildcard
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Aug 2, 2024
1 parent 512dc76 commit 6a72b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digest-*
path: /tmp/digests
merge-multiple: true
- name: Set up Docker Buildx
Expand Down

0 comments on commit 6a72b7e

Please sign in to comment.