Skip to content

Commit 66e4faa

Browse files
committed
We need to merge multiple matching artifacts into a single directory
1 parent 87d455c commit 66e4faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
with:
108108
path: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
109109
pattern: digests-${{ matrix.version }}-${{ matrix.image }}-*
110+
merge-multiple: true
110111
- name: Create and push manifest
111112
working-directory: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
112113
run: |

0 commit comments

Comments
 (0)