Skip to content

Commit

Permalink
Merge pull request #739 from onekey-sec/fix-docker-build
Browse files Browse the repository at this point in the history
fix(ci): use unique artifacts names
  • Loading branch information
qkaiser authored Jan 29, 2024
2 parents 2853355 + 95fa5a5 commit 7b9f9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-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
name: ${{ matrix.platform }}-digests
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 7b9f9a6

Please sign in to comment.