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

This commit is contained in:
Michael Gibson 2020-12-03 14:24:35 -06:00
parent 8758d46621
commit 254b916aa6

View file

@ -13,7 +13,7 @@ services:
command: ["dockerd", "--experimental"]
volumes:
- name: docker_socket
path: /var/run/docker.sock
path: /var/run
volumes:
- name: docker_socket
@ -38,7 +38,7 @@ steps:
- 'docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 --output=type=image,push=true --progress tty --build-arg TAG="br-1.5.2" -t $REGISTRY_HOST/$IMAGE:latest .'
volumes:
- name: docker_socket
path: /var/run/docker.sock
path: /var/run
environment:
IMAGE: protonmail-bridge
REGISTRY_HOST: registry.thegibsonhome.net