File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5858 id : buildx
5959 uses : docker/setup-buildx-action@v3
6060 with :
61- platforms : linux/arm64 ,linux/amd64 ,linux/arm/v7
61+ platforms : linux/amd64 ,linux/arm64/v8 ,linux/arm/v7
6262
6363 - name : Login to DockerHub
6464 uses : docker/login-action@v3
8383 ${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}}
8484 ${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}
8585 ${{ github.repository }}:v${{needs.release_please.outputs.major}}
86+ ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}.${{needs.release_please.outputs.patch}}
87+ ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}.${{needs.release_please.outputs.minor}}
88+ ghcr.io/${{ github.repository }}:v${{needs.release_please.outputs.major}}
You can’t perform that action at this time.
0 commit comments