diff --git a/.drone.yml b/.drone.yml index 4875737..936edba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,10 @@ steps: - name: docker-build image: docker - volumes: - source: /var/run/docker.sock target: /var/run/docker.sock + privileged: true commands: - docker build -t code.anufrij.de/webplay/client:latest ./docker @@ -27,8 +27,4 @@ steps: - name: docker-publish image: docker - -volumes: - - name: docker-socket - host: - path: /var/run/docker.sock + \ No newline at end of file