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