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