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 - name: build and push
image: docker:dind image: docker:dind
volumes: volumes:
- name: dockersock - name: docker.sock
path: /var/run path: /var/run
environment: environment:
CI_REGISTRY: CI_REGISTRY:
@ -29,7 +29,7 @@ services:
image: docker:dind image: docker:dind
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: docker.sock
path: /var/run path: /var/run
trigger: trigger: