cicd: fix mount path

This commit is contained in:
light7734 2024-10-14 13:57:17 +03:30
parent 7d337783f8
commit e63f0dfd0a
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run/docker.sock path: /var/run/
steps: steps:
- name: setup_image - name: setup_image