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 f8668b1 commit cf80ce9Copy full SHA for cf80ce9
.github/workflows/ci-pipeline.yml
@@ -161,7 +161,7 @@ jobs:
161
- name: Upload digest
162
uses: actions/upload-artifact@v4
163
with:
164
- name: digests-${{ env.PLATFORM_PAIR }}
+ name: digests-${{ matrix.docker_target }}-${{ env.PLATFORM_PAIR }}
165
path: ${{ runner.temp }}/digests/${{ matrix.docker_target }}/*
166
if-no-files-found: error
167
retention-days: 1
@@ -196,7 +196,7 @@ jobs:
196
uses: actions/download-artifact@v4
197
198
path: ${{ runner.temp }}/digests/${{ matrix.docker_target }}
199
- pattern: digests-*
+ pattern: digests-${{ matrix.docker_target }}-*
200
merge-multiple: true
201
202
# Install the cosign tool
0 commit comments