From 25926ce770ac491bdd5803119890315ddc8ce920 Mon Sep 17 00:00:00 2001 From: xkm Date: Fri, 17 Oct 2025 09:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 97f8d2f..89af5bc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -86,5 +86,5 @@ jobs: file: ${{ matrix.dockerfile }} push: true tags: ${{ steps.meta.outputs.tags }} - cache-from: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache - cache-to: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache,mode=max + cache-from: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache${{ matrix.name }} + cache-to: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache${{ matrix.name }},mode=max