From 77c9d76a1216d5f6a813989780a2b64a9461ed6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 30 Aug 2024 10:34:31 +0200 Subject: [PATCH] Only merge the digests from matrix.target --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 878af2a2d746..3db90e894c39 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -250,7 +250,7 @@ jobs: - name: Merge digests uses: actions/upload-artifact/merge@v4 with: - pattern: digests-* + pattern: "digests-${{ matrix.target }}-*" overwrite: true name: "merged-digests-${{ matrix.target }}-${{ github.run_number }}-${{ github.run_attempt }}" - name: Download digests