fix(ci): 使用命名 volume 避免挂载冲突
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user