Skip to content

Commit

Permalink
Use docker platform for the artifact key
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Jul 26, 2024
1 parent 4935b5d commit c1bbd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-${{ matrix.platform.go }}
name: digests-${{ matrix.platform.docker }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit c1bbd37

Please sign in to comment.