Switched to exec runner.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
be25850914
commit
7962016a4b
1 changed files with 2 additions and 17 deletions
19
.drone.yml
19
.drone.yml
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue