Does this fix anything?
This commit is contained in:
parent
ef9d71851e
commit
0d68040219
1 changed files with 16 additions and 0 deletions
16
.drone.yml
16
.drone.yml
|
@ -20,3 +20,19 @@ steps:
|
|||
- push
|
||||
- tag
|
||||
branch: master
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
||||
# Specify docker:dind as a service
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
temp: {}
|
||||
|
|
Loading…
Reference in a new issue