Skip to content

Commit cf80ce9

Browse files
committed
Split artifact name
1 parent f8668b1 commit cf80ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: Upload digest
162162
uses: actions/upload-artifact@v4
163163
with:
164-
name: digests-${{ env.PLATFORM_PAIR }}
164+
name: digests-${{ matrix.docker_target }}-${{ env.PLATFORM_PAIR }}
165165
path: ${{ runner.temp }}/digests/${{ matrix.docker_target }}/*
166166
if-no-files-found: error
167167
retention-days: 1
@@ -196,7 +196,7 @@ jobs:
196196
uses: actions/download-artifact@v4
197197
with:
198198
path: ${{ runner.temp }}/digests/${{ matrix.docker_target }}
199-
pattern: digests-*
199+
pattern: digests-${{ matrix.docker_target }}-*
200200
merge-multiple: true
201201

202202
# Install the cosign tool

0 commit comments

Comments
 (0)