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