Skip to content

Commit 37fbda8

Browse files
committed
CI: Fix docker/setup-qemu-action to run first
https: //github.com/docker/setup-qemu-action/?tab=readme-ov-file#usage
1 parent d13bc67 commit 37fbda8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
type=semver,pattern={{major}}
7373
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
7474
75-
- name: Set up Docker Buildx
76-
uses: docker/setup-buildx-action@v3
77-
7875
- name: Set up QEMU
7976
uses: docker/setup-qemu-action@v3
8077
with:
8178
platforms: linux/amd64,linux/arm64,linux/arm/v7
8279

80+
- name: Set up Docker Buildx
81+
uses: docker/setup-buildx-action@v3
82+
8383
- name: Login to GitHub Container Registry
8484
uses: docker/login-action@v3
8585
with:

0 commit comments

Comments
 (0)