Skip to content

Commit

Permalink
Merge pull request #342 from aljoshare/ci/download-multiple-digests
Browse files Browse the repository at this point in the history
Download and merge multiple digests for nightly
  • Loading branch information
aljoshare authored Jan 19, 2025
2 parents bf50568 + 82fcc28 commit bc8be27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digests
name: digests-*
merge-multiple: true
path: /tmp/digests
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit bc8be27

Please sign in to comment.