Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Aug 21, 2024
1 parent 8313d3c commit 8456378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basesystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.image }}-digests-${{ env.PLATFORM_PAIR }}
name: ${{ matrix.image.name }}-digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/${{ matrix.image.name }}/*
if-no-files-found: error
retention-days: 1
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: /tmp/digests/${{ matrix.image.name }}
pattern: ${{ matrix.image }}-digests-*
pattern: ${{ matrix.image.name }}-digests-*
merge-multiple: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 8456378

Please sign in to comment.