Skip to content

Commit 4cb3c50

Browse files
authored
Update docker_crossbuild_publish.yml
1 parent 3c32e1b commit 4cb3c50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker_crossbuild_publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ jobs:
8686
- name: Download digests
8787
uses: actions/download-artifact@v4
8888
with:
89-
name: digests
90-
path: /tmp/digests
89+
path: ${{ runner.temp }}/digests
90+
pattern: digests-*
91+
# merge-multiple: true
9192

9293
- name: Set up Docker Buildx
9394
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)