cicd: add docker:dind
This commit is contained in:
parent
ead83dd02f
commit
21fc37f92e
|
@ -21,7 +21,7 @@ services:
|
|||
|
||||
steps:
|
||||
- name: setup_image
|
||||
image: docker
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in New Issue