From 778ffdd871c6fe5121d8735476c242d0e7e510de Mon Sep 17 00:00:00 2001 From: iv1310 Date: Wed, 3 Apr 2024 20:18:22 +0700 Subject: [PATCH] chore: Tunning the cache config for feature-based. --- .github/workflows/front.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/front.yml b/.github/workflows/front.yml index cec06fd..0342a75 100644 --- a/.github/workflows/front.yml +++ b/.github/workflows/front.yml @@ -78,7 +78,7 @@ jobs: tags: | ${{ env.image }} cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache-new + cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - name: Move cache run: |