Skip to content

Commit

Permalink
Merge pull request #343 from aljoshare/ci/use-pattern-instead-of-name
Browse files Browse the repository at this point in the history
Use pattern for digest download instead of name when running nightly build
  • Loading branch information
aljoshare authored Jan 20, 2025
2 parents bc8be27 + 8bfa34e commit 98bfb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digests-*
pattern: digests-*
merge-multiple: true
path: /tmp/digests
- name: Set up Docker Buildx
Expand Down

0 comments on commit 98bfb99

Please sign in to comment.