cicd: fix mount path
This commit is contained in:
parent
7d337783f8
commit
e63f0dfd0a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
path: /var/run/
|
||||
|
||||
steps:
|
||||
- name: setup_image
|
||||
|
|
Loading…
Add table
Reference in a new issue