File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,12 @@ jobs:
63
63
64
64
- name : Set up Docker Buildx
65
65
uses : docker/setup-buildx-action@v3
66
- with :
67
- platforms : linux/amd64,linux/arm64
68
66
69
67
- name : Build and push Docker image
70
68
id : push
71
69
uses : docker/build-push-action@v6
72
70
with :
71
+ platforms : linux/amd64,linux/arm64
73
72
context : ${{ inputs.context }}
74
73
file : ${{ inputs.file }}
75
74
push : true
Original file line number Diff line number Diff line change @@ -59,13 +59,12 @@ jobs:
59
59
60
60
- name : Set up Docker Buildx
61
61
uses : docker/setup-buildx-action@v3
62
- with :
63
- platforms : linux/amd64,linux/arm64
64
62
65
63
- name : Build and push Docker image
66
64
id : push
67
65
uses : docker/build-push-action@v6
68
66
with :
67
+ platforms : linux/amd64,linux/arm64
69
68
context : ${{ inputs.context }}
70
69
file : ${{ inputs.file }}
71
70
push : true
You can’t perform that action at this time.
0 commit comments