Add host docker sock to drone config
This commit is contained in:
parent
75375b443a
commit
117819c021
1 changed files with 5 additions and 0 deletions
|
|
@ -25,3 +25,8 @@ steps:
|
||||||
trigger:
|
trigger:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue