File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3333 registry : ${{ env.REGISTRY }}
3434 username : ${{ github.actor }}
3535 password : ${{ secrets.GITHUB_TOKEN }}
36+ - name : Set up QEMU
37+ uses : docker/setup-qemu-action@v3
38+ - name : Set up Docker Buildx
39+ uses : docker/setup-buildx-action@v3
3640 - name : Set Release Date
3741 run : |
3842 echo "BUILT_AT=$(date --rfc-3339=date)" >> ${GITHUB_ENV}
4448 with :
4549 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4650 - name : Build and push Docker image
47- uses : docker/build-push-action@v3
51+ uses : docker/build-push-action@v5
4852 with :
4953 context : .
54+ platforms : linux/amd64,linux/arm64
5055 push : ${{ github.event_name != 'pull_request' }}
5156 tags : ${{ steps.meta.outputs.tags }}
5257 labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments