sock path
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Sergio Álvarez 2022-01-10 12:06:10 +01:00
parent c298daf0eb
commit 699bfd2d57
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ steps:
- cd backend && composer install
volumes:
- name: host_docker_sock
path: /tmp/cache
path: /var/run/docker.sock
- name: frontend
image: node:16.13.1-alpine
@ -17,7 +17,7 @@ steps:
- cd frontend && npm install && npm run build
volumes:
- name: host_docker_sock
path: /tmp/cache
path: /var/run/docker.sock
- name: build-docker-image
image: plugins/docker
@ -33,7 +33,7 @@ steps:
from_secret: registry_password
volumes:
- name: host_docker_sock
path: /tmp/cache
path: /var/run/docker.sock
#when:
# event:
# - tag