Skip to content

Commit

Permalink
fix: separate digests by image
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve authored Jan 31, 2025
1 parent b5e9bc0 commit 32dd930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Prepare
run: |
platform=${{ matrix.platform }}
platform=${{ matrix.image }}_${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
# Define tagging policy
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ${{ runner.temp }}/digests
pattern: digests-*
pattern: digests-${{ matrix.image }}*
merge-multiple: true

- name: Set up Docker Build-X
Expand Down

0 comments on commit 32dd930

Please sign in to comment.