Skip to content

Commit

Permalink
ci(docker-build-push): upload digest with unique names #2
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Feb 23, 2024
1 parent f0cb4ad commit cbf51ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.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: digest-${{ matrix.platform }}
name: digest-${{ steps.build.outputs.digest }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit cbf51ef

Please sign in to comment.