diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 95e3b2b4..2cbc4645 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -21,10 +21,10 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - with: - version: "lab:latest" - driver: cloud - endpoint: "lunary/lunary" + # with: + # version: "lab:latest" + # driver: cloud + # endpoint: "lunary/lunary" - name: Build test uses: docker/build-push-action@v5