From 702954a8a28265ed80641a98aff576bbc9a2f069 Mon Sep 17 00:00:00 2001 From: Stefan Milosavljevic Date: Tue, 26 Mar 2024 17:33:57 +0100 Subject: [PATCH] fix: path to digests in tmp dir --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b8527202..8a4ab076 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -133,6 +133,7 @@ jobs: - name: Download digests uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 #v4.1.4 with: + path: /tmp/digests pattern: digests-* merge-multiple: true # https://github.com/docker/setup-buildx-action