Skip to content

Commit

Permalink
Attempting to fix main-docker.yml for downloading digests (#243)
Browse files Browse the repository at this point in the history
* Update main-docker.yml (digests)

Updated digest name on upload (as per 1187084)

* Update main-docker.yml (digests download)

Trying another fix based on the template provided here https://github.com/actions/download-artifact for downloading multiple (filtered) Artifacts to the same directory
  • Loading branch information
wuchyi committed Sep 17, 2024
1 parent f18d135 commit 7be29f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
name: Download digests
uses: actions/download-artifact@v4.1.7
with:
name: digests-${{ matrix.target }}
path: /tmp/digests
pattern: digests-*
merge-multiple: true

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 7be29f6

Please sign in to comment.