File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ jobs:
106
106
username : ${{ github.actor }}
107
107
password : ${{ secrets.GITHUB_TOKEN }}
108
108
109
+ - name : Set up QEMU
110
+ uses : docker/setup-qemu-action@v3
111
+
112
+ - name : Set up Docker Buildx
113
+ uses : docker/setup-buildx-action@v3
114
+
109
115
- name : Download build artifacts
110
116
uses : actions/download-artifact@v4
111
117
with :
@@ -114,12 +120,6 @@ jobs:
114
120
- name : Extract build artifacts
115
121
run : tar -xzvf ./release-${{ needs.build.outputs.tag }}.tar.gz
116
122
117
- - name : Set up QEMU
118
- uses : docker/setup-qemu-action@v3
119
-
120
- - name : Set up Docker Buildx
121
- uses : docker/setup-buildx-action@v3
122
-
123
123
- name : Build and push Docker image
124
124
uses : docker/build-push-action@v6
125
125
with :
You can’t perform that action at this time.
0 commit comments