Skip to content

Commit 4448138

Browse files
committed
chore(ci): Fix container digest uploads.
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent d6f23fb commit 4448138

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
platform:
2020
- linux/386
2121
- linux/amd64
22-
- linux/arm/v6
2322
- linux/arm/v7
2423
- linux/arm64/v8
2524
- linux/ppc64le
@@ -95,7 +94,7 @@ jobs:
9594
- name: Upload digest
9695
uses: actions/upload-artifact@v5
9796
with:
98-
name: digests
97+
name: digests-${{ matrix.platform }}
9998
path: /tmp/digests/*
10099
if-no-files-found: error
101100
retention-days: 1
@@ -115,8 +114,8 @@ jobs:
115114
- name: Download digests
116115
uses: actions/download-artifact@v6
117116
with:
118-
name: digests
119117
path: /tmp/digests
118+
merge-multiple: true
120119

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

0 commit comments

Comments
 (0)