Skip to content

Commit d4b1f7f

Browse files
chore: re-order workflow
1 parent e3c472f commit d4b1f7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ jobs:
106106
username: ${{ github.actor }}
107107
password: ${{ secrets.GITHUB_TOKEN }}
108108

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+
109115
- name: Download build artifacts
110116
uses: actions/download-artifact@v4
111117
with:
@@ -114,12 +120,6 @@ jobs:
114120
- name: Extract build artifacts
115121
run: tar -xzvf ./release-${{ needs.build.outputs.tag }}.tar.gz
116122

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-
123123
- name: Build and push Docker image
124124
uses: docker/build-push-action@v6
125125
with:

0 commit comments

Comments
 (0)