fix(ci): 使用命名 volume 避免挂载冲突

This commit is contained in:
2026-07-19 21:31:18 +08:00
parent 8abd750dfb
commit 015ecd13d8
+1 -2
View File
@@ -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: |