cicd: change dind to simple docker
This commit is contained in:
parent
e63f0dfd0a
commit
0f5816b04f
|
@ -21,7 +21,7 @@ services:
|
|||
|
||||
steps:
|
||||
- name: setup_image
|
||||
image: docker:dind
|
||||
image: docker:latest
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in New Issue