From 4935b5dbb9692f86a8608d504f2fb965b07f37d3 Mon Sep 17 00:00:00 2001 From: Cromefire_ Date: Sat, 27 Jul 2024 00:48:48 +0200 Subject: [PATCH] Fixed digest artifacts --- .github/workflows/docker-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6046363..149262e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -149,7 +149,7 @@ jobs: if: github.event_name != 'pull_request' uses: actions/upload-artifact@v4 with: - name: digests + name: digests-${{ matrix.platform.go }} path: /tmp/digests/* if-no-files-found: error retention-days: 1 @@ -168,7 +168,8 @@ jobs: - name: Download digests uses: actions/download-artifact@v4 with: - name: digests + pattern: digests-* + merge-multiple: true path: /tmp/digests # Set up BuildKit Docker container builder to be able to build