File tree Expand file tree Collapse file tree 3 files changed +26
-7
lines changed Expand file tree Collapse file tree 3 files changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,24 @@ jobs:
57
57
with :
58
58
images : ${{ secrets.DOCKERHUB_NAMESPACE }}/${{ inputs.image_name }}
59
59
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
+
60
69
- name : Build and push Docker image
61
70
id : push
62
- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
71
+ uses : docker/build-push-action@v6
63
72
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 }}
69
78
70
79
- name : Generate artifact attestation
71
80
uses : actions/attest-build-provenance@v2
Original file line number Diff line number Diff line change 54
54
with :
55
55
images : ${{ env.REGISTRY }}/${{ env.GH_USERNAME }}/${{ inputs.image_name }}
56
56
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
+
57
65
- name : Build and push Docker image
58
66
id : push
59
- uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
67
+ uses : docker/build-push-action@v6
60
68
with :
61
69
context : ${{ inputs.context }}
62
70
file : ${{ inputs.file }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"cSpell.words" : [
3
3
" amqp" ,
4
+ " buildx" ,
5
+ " Buildx" ,
4
6
" Chunck" ,
5
7
" cirq" ,
6
8
" createdb" ,
You can’t perform that action at this time.
0 commit comments