cicd: add workspace
This commit is contained in:
parent
0cee40e927
commit
c8d215adde
|
@ -11,6 +11,9 @@ volumes:
|
||||||
host:
|
host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
path: /opt
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
|
|
Loading…
Reference in New Issue