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

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