From d00eb4c12bb6a93a99cc8a173701fa9e1539e125 Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 3 May 2026 20:36:29 -0400 Subject: [PATCH] ci: drop GHA cache backend act_runner advertises a GHA cache endpoint that isn't reachable from inside the build container, causing the workflow to fail after a successful image push. The build itself was fine; only the cache export timed out. Remove cache-from/cache-to until a real cache backend is configured. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitea/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6d48a62..4356f70 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -36,5 +36,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max