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