diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a954282d..ede7b263 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,27 +93,24 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm build - docker: - name: Docker Build Test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: docker/setup-buildx-action@v3 - - - name: Log in to GHCR (for registry cache) - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GHCR_TOKEN }} - - - uses: docker/build-push-action@v6 - with: - context: . - file: docker/Dockerfile - push: false - tags: snapotter:ci - build-args: SKIP_MODEL_DOWNLOADS=true - cache-from: type=registry,ref=ghcr.io/snapotter-hq/snapotter:cache-linux-amd64 - cache-to: type=registry,ref=ghcr.io/snapotter-hq/snapotter:cache-ci,mode=max + # docker: + # name: Docker Build Test + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - uses: docker/setup-buildx-action@v3 + # - name: Log in to GHCR (for registry cache) + # uses: docker/login-action@v3 + # with: + # registry: ghcr.io + # username: ${{ github.repository_owner }} + # password: ${{ secrets.GHCR_TOKEN }} + # - uses: docker/build-push-action@v6 + # with: + # context: . + # file: docker/Dockerfile + # push: false + # tags: snapotter:ci + # build-args: SKIP_MODEL_DOWNLOADS=true + # cache-from: type=registry,ref=ghcr.io/snapotter-hq/snapotter:cache-linux-amd64 + # cache-to: type=registry,ref=ghcr.io/snapotter-hq/snapotter:cache-ci,mode=max