Switched to exec runner.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
michael 2020-12-15 03:42:27 -06:00
parent be25850914
commit 7962016a4b

View file

@ -1,6 +1,6 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: exec
name: default name: default
environment: environment:
@ -10,19 +10,6 @@ platform:
os: linux os: linux
arch: arm64 arch: arm64
services:
- name: dind
image: docker:dind
command: ["dockerd", "--experimental"]
privileged: true
volumes:
- name: docker_socket
path: /var/run
volumes:
- name: docker_socket
temp: {}
steps: steps:
- name: build - name: build
image: docker:latest image: docker:latest
@ -67,9 +54,7 @@ steps:
-t $REGISTRY_HOST/$IMAGE:$DRONE_TAG \ -t $REGISTRY_HOST/$IMAGE:$DRONE_TAG \
-t $REGISTRY_HOST/$IMAGE:latest \ -t $REGISTRY_HOST/$IMAGE:latest \
. .
volumes:
- name: docker_socket
path: /var/run
environment: environment:
IMAGE: protonmail-bridge IMAGE: protonmail-bridge
REGISTRY_HOST: registry.thegibsonhome.net REGISTRY_HOST: registry.thegibsonhome.net