From 7f75238ffc1f03a9dddadf2034be482e30f87fe6 Mon Sep 17 00:00:00 2001 From: Grant Fitzsimmons <37256050+grantfitzsimmons@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:21:20 -0500 Subject: [PATCH] Use job-index to create uniqueness --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f732afafa04..a4dbb81c2d9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -94,7 +94,7 @@ jobs: - name: Upload digest uses: actions/upload-artifact@v4 with: - name: digests-${{ env.TIMESTAMP }}-${{ env.PLATFORM_PAIR }} + name: digests-${{ strategy.job-index }} path: /tmp/digests/* if-no-files-found: error retention-days: 1