fix(ci): add docker.sock volume
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -7,6 +7,11 @@ trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
volumes:
|
||||
- name: docker.sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: build & push
|
||||
image: cr.grachevko.ru/docker.io/library/docker:git
|
||||
|
Reference in New Issue
Block a user