Skip to content

Commit

Permalink
Merge pull request #1526 from pi-hole/registry_digest
Browse files Browse the repository at this point in the history
Consider registry when up/downloading artifacts
  • Loading branch information
PromoFaux committed Jan 7, 2024
2 parents 0c9e8ee + f4f91f7 commit 50b8c64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR }}
name: digests-${{ matrix.registry }}-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -107,8 +107,8 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-*
path: /tmp/digests/${{ matrix.registry }}
pattern: digests-${{ matrix.registry }}-*
merge-multiple: true

- name: Set up Docker Buildx
Expand Down

0 comments on commit 50b8c64

Please sign in to comment.