Skip to content

Commit

Permalink
.github: must use unset name with pattern matching
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 6a72b7e commit cbd9a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digest-*
pattern: digest-*
path: /tmp/digests
merge-multiple: true
- name: Set up Docker Buildx
Expand Down

0 comments on commit cbd9a28

Please sign in to comment.