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

This commit is contained in:
Pavel 2024-05-10 12:46:45 +03:00
parent d70ce97634
commit 55c168c2e8

View File

@ -6,7 +6,7 @@ steps:
- name: build and push
image: docker:dind
volumes:
- name: dockersock
- name: docker.sock
path: /var/run
environment:
CI_REGISTRY:
@ -29,7 +29,7 @@ services:
image: docker:dind
privileged: true
volumes:
- name: dockersock
- name: docker.sock
path: /var/run
trigger: