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: container:
image: maven:3.9-eclipse-temurin-17 image: maven:3.9-eclipse-temurin-17
volumes: volumes:
- /data/maven-repo:/root/.m2 - maven-cache:/root/.m2
- /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Checkout code - name: Checkout code
run: | run: |