tyranron 8 月之前
父節點
當前提交
eee05f98aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/docker.yml

+ 1 - 1
.github/workflows/docker.yml

@@ -37,10 +37,10 @@ jobs:
       - uses: actions/checkout@v4
         with:
           fetch-depth: 0  # for correct image labeling via `git describe --tags`
-      - uses: docker/setup-buildx-action@v3
       - uses: docker/setup-qemu-action@v3
         with:
           image: tonistiigi/binfmt:qemu-v5.0.1
+      - uses: docker/setup-buildx-action@v3
 
       - name: Detect correct Git ref for image build
         id: git