Skip to content

Commit d75ddd5

Browse files
authored
Merge pull request #102 from Keyfactor/container-patch-62529
3.0.11
2 parents 0db085d + f50d7f9 commit d75ddd5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/container-build-and-release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
packages: write
6363

6464
steps:
65+
- name: Prepare
66+
run: |
67+
platform=${{ matrix.platform }}
68+
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
69+
6570
- name: Set IMAGE_NAME
6671
run: |
6772
echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}" | tee -a ${GITHUB_ENV}
@@ -124,7 +129,7 @@ jobs:
124129
- name: Upload digest
125130
uses: keyfactor/upload-artifact@v4
126131
with:
127-
name: digests
132+
name: digests-${{ env.PLATFORM_PAIR }}
128133
path: /tmp/digests/*
129134
if-no-files-found: error
130135
retention-days: 1
@@ -143,8 +148,9 @@ jobs:
143148
- name: Download digests
144149
uses: keyfactor/[email protected]
145150
with:
146-
name: digests
147151
path: /tmp/digests
152+
pattern: digests-*
153+
merge-multiple: true
148154

149155
# Set up BuildKit Docker container builder to be able to build
150156
# multi-platform images and export cache

0 commit comments

Comments
 (0)