We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d455c commit 66e4faaCopy full SHA for 66e4faa
.github/workflows/build-push.yaml
@@ -107,6 +107,7 @@ jobs:
107
with:
108
path: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
109
pattern: digests-${{ matrix.version }}-${{ matrix.image }}-*
110
+ merge-multiple: true
111
- name: Create and push manifest
112
working-directory: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
113
run: |
0 commit comments