Merge pull request #1526 from pi-hole/registry_digest

Consider registry when up/downloading artifacts
This commit is contained in:
Adam Warner 2024-01-07 13:12:58 +00:00 committed by GitHub
commit 50b8c6418a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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