From a951895850a46106fa14c9b57433d5d61ce7bd2b Mon Sep 17 00:00:00 2001 From: geonhee-min Date: Wed, 26 Nov 2025 13:30:46 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#=20gitea=20minio=20integration=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 828ea2f..9fd225a 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/cache@v4 with: path: node_modules - key: yarn-cache-${{ hashFiles('**/yarn.lock') }} + key: minio-yarn-cache-${{ hashFiles('**/yarn.lock') }} restore-keys: | yarn-cache- @@ -35,7 +35,7 @@ jobs: uses: actions/cache@v4 with: path: dist - key: dist-cache-${{ github.ref_name }}-${{ hashFiles('**/*.ts') }} + key: minio-dist-cache-${{ github.ref_name }}-${{ hashFiles('**/*.ts') }} - name: Install Dependencies with yarn if: steps.cache-node.outputs.cache-hit != 'true' @@ -59,4 +59,3 @@ jobs: rm -rf node_modules rm -rf dist - \ No newline at end of file