docker socket
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
janic 2022-05-16 00:17:05 +02:00
parent 846f57573a
commit b5b1a6f56d

View File

@ -17,6 +17,9 @@ steps:
- name: Harbor AMD64
image: plugins/docker # Check Entrypoint
privileged: true
volumes:
- name: docker_socket
path: /var/run/docker.sock
settings:
username:
from_secret: harbor_username
@ -27,4 +30,9 @@ steps:
auto_tag: true
build_args:
- ARCH=amd64
dockerfile: ./Dockerfiles/Dockerfile
dockerfile: ./Dockerfiles/Dockerfile
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock