Skip to content

Commit

Permalink
Add platform to digest name
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Dec 18, 2023
1 parent 3044a64 commit c4d22f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digest-${{ env.BUILD_ID }}
name: digest-${{ env.BUILD_ID }}-${{ matrix.platform }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digest-${{ env.BUILD_ID }}
name: digest-${{ env.BUILD_ID }}-${{ matrix.platform }}
path: /tmp/digests

- name: Set up Docker Buildx
Expand Down

0 comments on commit c4d22f3

Please sign in to comment.