Skip to content

Commit

Permalink
Fixed digest artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Jul 26, 2024
1 parent 6b15056 commit 4935b5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
name: digests
name: digests-${{ matrix.platform.go }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -168,7 +168,8 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digests
pattern: digests-*
merge-multiple: true
path: /tmp/digests

# Set up BuildKit Docker container builder to be able to build
Expand Down

0 comments on commit 4935b5d

Please sign in to comment.