cicd: add dockersock volume

This commit is contained in:
light7734 2024-10-14 13:40:51 +03:30
parent 77be1c6027
commit 43bfc64c43
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 6 additions and 0 deletions

View File

@ -39,10 +39,16 @@ steps:
- name: list_images
image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands:
- docker images
- name: setup_conan
volumes:
- name: dockersock
path: /var/run
image: ubuntu_amd64
environment:
CONAN_REVISIONS_ENABLED: "1"