chore: fix artifact upload for container build (#7565)

This commit is contained in:
Livio Spring 2024-03-14 12:10:53 +01:00 committed by GitHub
parent fb3c6f791b
commit bbb4dea0bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ jobs:
name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests
name: digests-${{ matrix.arch }}
path: /tmp/digests
if-no-files-found: error
retention-days: 1
@ -141,8 +141,9 @@ jobs:
name: Download digests
uses: actions/download-artifact@v4
with:
name: digests
pattern: digests-*
path: /tmp/digests
merge-multiple: true
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3