Skip to content

Commit 87d455c

Browse files
committed
Mixed up path and pattern naming convention
1 parent 800bf02 commit 87d455c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
- name: Download digests
106106
uses: actions/download-artifact@v4
107107
with:
108-
name: digests-${{ matrix.version }}-${{ matrix.image }}
109-
pattern: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}-*
108+
path: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
109+
pattern: digests-${{ matrix.version }}-${{ matrix.image }}-*
110110
- name: Create and push manifest
111111
working-directory: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
112112
run: |

0 commit comments

Comments
 (0)