From 015ecd13d8fa2f4af83909c9df54a6f47adc3071 Mon Sep 17 00:00:00 2001 From: cat-shark <1716967236@qq.com> Date: Sun, 19 Jul 2026 21:31:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BD=BF=E7=94=A8=E5=91=BD=E5=90=8D?= =?UTF-8?q?=20volume=20=E9=81=BF=E5=85=8D=E6=8C=82=E8=BD=BD=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f211736..929bb2d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,8 +22,7 @@ jobs: container: image: maven:3.9-eclipse-temurin-17 volumes: - - /data/maven-repo:/root/.m2 - - /var/run/docker.sock:/var/run/docker.sock + - maven-cache:/root/.m2 steps: - name: Checkout code run: |