diff --git a/drone.yml b/drone.yml index ab411b2..858ffb6 100644 --- a/drone.yml +++ b/drone.yml @@ -23,6 +23,9 @@ steps: from_secret: harbor_pass REGISTRY_URL: from_secret: REGISTRY_URL + volumes: + - name: docker_sock + path: /var/run/docker.sock commands: - docker buildx create --use - docker buildx build \ @@ -38,6 +41,9 @@ steps: from_secret: harbor_user HARBOR_PASS: from_secret: harbor_pass + volumes: + - name: docker_sock + path: /var/run/docker.sock commands: - docker buildx create --use - docker buildx build \ @@ -52,6 +58,9 @@ steps: from_secret: harbor_user HARBOR_PASS: from_secret: harbor_pass + volumes: + - name: docker_sock + path: /var/run/docker.sock commands: - docker manifest create ${REGISTRY_URL}/portainer-agent-tailscale:latest \ --amend ${REGISTRY_URL}/portainer-agent-tailscale:amd64 \