Skip to content

Commit 1d4e9d0

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

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/container.yml

Lines changed: 4 additions & 6 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
@@ -110,13 +109,12 @@ jobs:
110109
run: |
111110
echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
112111
113-
# Download digests
114-
# https://github.com/actions/download-artifact
115-
- name: Download digests
112+
# Download digests
113+
# https://github.com/actions/download-artifact
116114
uses: actions/download-artifact@v6
117115
with:
118-
name: digests
119116
path: /tmp/digests
117+
merge-multiple: true
120118

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

0 commit comments

Comments
 (0)