tyranron 8 months ago
parent
commit
eee05f98aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/docker.yml

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

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