File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,15 +57,24 @@ jobs:
5757 with :
5858 images : ${{ secrets.DOCKERHUB_NAMESPACE }}/${{ inputs.image_name }}
5959
60+
61+ - name : Set up QEMU
62+ uses : docker/setup-qemu-action@v3
63+
64+ - name : Set up Docker Buildx
65+ uses : docker/setup-buildx-action@v3
66+ with :
67+ platforms : linux/amd64,linux/arm64
68+
6069 - name : Build and push Docker image
6170 id : push
62- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
71+ uses : docker/build-push-action@v6
6372 with :
64- context : ${{ inputs.context }}
65- file : ${{ inputs.file }}
66- push : true
67- tags : ${{ steps.meta.outputs.tags }}
68- labels : ${{ steps.meta.outputs.labels }}
73+ context : ${{ inputs.context }}
74+ file : ${{ inputs.file }}
75+ push : true
76+ tags : ${{ steps.meta.outputs.tags }}
77+ labels : ${{ steps.meta.outputs.labels }}
6978
7079 - name : Generate artifact attestation
7180 uses : actions/attest-build-provenance@v2
Original file line number Diff line number Diff line change 5454 with :
5555 images : ${{ env.REGISTRY }}/${{ env.GH_USERNAME }}/${{ inputs.image_name }}
5656
57+ - name : Set up QEMU
58+ uses : docker/setup-qemu-action@v3
59+
60+ - name : Set up Docker Buildx
61+ uses : docker/setup-buildx-action@v3
62+ with :
63+ platforms : linux/amd64,linux/arm64
64+
5765 - name : Build and push Docker image
5866 id : push
59- uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
67+ uses : docker/build-push-action@v6
6068 with :
6169 context : ${{ inputs.context }}
6270 file : ${{ inputs.file }}
Original file line number Diff line number Diff line change 11{
22 "cSpell.words" : [
33 " amqp" ,
4+ " buildx" ,
5+ " Buildx" ,
46 " Chunck" ,
57 " cirq" ,
68 " createdb" ,
You can’t perform that action at this time.
0 commit comments