Skip to content

Commit

Permalink
Separate digests by platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Sep 16, 2024
1 parent a02db10 commit e90e9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload digest
uses: actions/[email protected]
with:
name: digest
name: digest-${{ matrix.platform }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Download digests
uses: actions/[email protected]
with:
name: digest
name: digest-*
path: /tmp/digests

- name: Set up Docker Buildx
Expand Down

0 comments on commit e90e9cf

Please sign in to comment.