From 98a433f53f603fa4e567c6d3e35e5e6a7dadb043 Mon Sep 17 00:00:00 2001 From: Spencer Twaddle <7374698+stwaddle@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:26:18 -0500 Subject: [PATCH] Disable builder cache since it can't connect and just slows things down --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 29a2f8c..4aeb3ba 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,6 +17,8 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + cache-binary: false - name: Determine image name and tags id: meta