diff --git a/.drone.yml b/.drone.yml index 57a2cf3..850f685 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,8 @@ platform: arch: arm64 volumes: - name: dockersock - temp: {} + host: + path: /var/run/docker.sock steps: - name: build image: rust:1.73 @@ -28,4 +29,4 @@ steps: - latest volumes: - name: dockersock - path: /var/run \ No newline at end of file + path: /var/run/docker.sock \ No newline at end of file