cicd: fix mount path
This commit is contained in:
parent
7d337783f8
commit
e63f0dfd0a
|
@ -17,7 +17,7 @@ services:
|
|||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
path: /var/run/
|
||||
|
||||
steps:
|
||||
- name: setup_image
|
||||
|
|
Loading…
Reference in New Issue