diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 2d64e34..6d5533f 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -42,7 +42,7 @@ jobs: git submodule update --remote --recursive - name: Setup docker buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v1 with: use: linux/amd64,linux/arm64