Skip to content

Commit

Permalink
Only merge the digests from matrix.target
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Aug 30, 2024
1 parent d833ead commit 77c9d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Merge digests
uses: actions/upload-artifact/merge@v4
with:
pattern: digests-*
pattern: "digests-${{ matrix.target }}-*"
overwrite: true
name: "merged-digests-${{ matrix.target }}-${{ github.run_number }}-${{ github.run_attempt }}"
- name: Download digests
Expand Down

0 comments on commit 77c9d76

Please sign in to comment.