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 800bf02 commit 87d455cCopy full SHA for 87d455c
.github/workflows/build-push.yaml
@@ -105,8 +105,8 @@ jobs:
105
- name: Download digests
106
uses: actions/download-artifact@v4
107
with:
108
- name: digests-${{ matrix.version }}-${{ matrix.image }}
109
- pattern: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}-*
+ path: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
+ pattern: digests-${{ matrix.version }}-${{ matrix.image }}-*
110
- name: Create and push manifest
111
working-directory: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
112
run: |
0 commit comments