From 30b074d92297118db2a0c4a8bf5c1e5a0cd0f4c8 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Fri, 14 Jun 2024 10:41:36 +1000 Subject: [PATCH] don't attempt to use the same artifact names --- .github/workflows/build_image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 0ff89e2..11d13ba 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -50,7 +50,7 @@ jobs: - name: Upload digest uses: actions/upload-artifact@v4 with: - name: digests + name: digest-${{ matrix.platform }} path: /tmp/digests/* if-no-files-found: error retention-days: 1 @@ -63,8 +63,9 @@ jobs: - name: Download digests uses: actions/download-artifact@v4 with: - name: digests path: /tmp/digests + pattern: digests-* + merge-multiple: true - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Docker meta