From 82e10b72c7ef3797e3e654b5f4eba72d320cd251 Mon Sep 17 00:00:00 2001 From: typist Date: Mon, 27 Oct 2025 22:06:20 +0800 Subject: [PATCH] chore: update Gitea CI/CD workflow to use local caching for Docker builds --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0cee83f..d485a9f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -42,7 +42,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max + cache-from: type=local,src=/cache + cache-to: type=local,dest=/cache,mode=max platforms: linux/amd64,linux/arm64