File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3030 - name : Build and export to Docker local cache
3131 uses : docker/build-push-action@v6
3232 with :
33+ platforms : linux/${{ matrix.arch }}
3334 # Need load and tags so we can test it below
3435 load : true
3536 tags : tag_for_testing
4748 id : build
4849 uses : docker/build-push-action@v6
4950 with :
50- platforms : linux/${{ matrix.platform }}
51+ platforms : linux/${{ matrix.arch }}
5152 labels : ${{ steps.meta.outputs.labels }}
5253 tags : ${{ steps.meta.outputs.tags }}
5354 outputs : type=image,push-by-digest=true,name-canonical=true,push=true
6162 - name : Upload digest
6263 uses : actions/upload-artifact@v4
6364 with :
64- name : digests-linux-${{ matrix.platform }}
65+ name : digests-linux-${{ matrix.arch }}
6566 path : ${{ runner.temp }}/digests/*
6667 if-no-files-found : error
6768 retention-days : 1
You can’t perform that action at this time.
0 commit comments