cicd: add docker service

This commit is contained in:
light7734 2024-10-14 13:54:14 +03:30
parent 3267e79867
commit ead83dd02f
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 9 additions and 1 deletions

View File

@ -11,9 +11,17 @@ volumes:
host:
path: /var/run/docker.sock
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run/docker.sock
steps:
- name: setup_image
image: docker:dind
image: docker
volumes:
- name: dockersock
path: /var/run/docker.sock