From c1bbd3767b32f75c3563c1ec443962031c81c06b Mon Sep 17 00:00:00 2001 From: Cromefire_ Date: Sat, 27 Jul 2024 00:56:09 +0200 Subject: [PATCH] Use docker platform for the artifact key --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 149262e..b69278e 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-${{ matrix.platform.go }} + name: digests-${{ matrix.platform.docker }} path: /tmp/digests/* if-no-files-found: error retention-days: 1