File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 platform :
2020 - linux/386
2121 - linux/amd64
22- - linux/arm/v6
2322 - linux/arm/v7
2423 - linux/arm64/v8
2524 - linux/ppc64le
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
You can’t perform that action at this time.
0 commit comments