Skip to content

Commit

Permalink
Make digests unique
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfitzsimmons committed Aug 18, 2024
1 parent 8853efb commit 1fe70e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR }}
name: digests-${{ github.run_id }}-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 1fe70e1

Please sign in to comment.