Fix CI not having access to docker socket
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominic Grimm 2022-10-31 09:51:08 +01:00
parent 50379148bc
commit 54a6474ab0
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530

View file

@ -87,6 +87,11 @@ steps:
depends_on:
- ameba
volumes:
- name: dockersock
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker