cicd: add dind
This commit is contained in:
parent
5f3e799ec4
commit
3267e79867
|
@ -13,7 +13,7 @@ volumes:
|
|||
|
||||
steps:
|
||||
- name: setup_image
|
||||
image: docker
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in New Issue