hello-ci/.drone.yml
Christoph Honal d22698560b
Some checks failed
continuous-integration/drone/push Build is failing
test
2020-02-13 18:42:26 +01:00

26 lines
476 B
YAML

kind: pipeline
name: default
volumes:
- name: docker_socket
host:
path: /var/run/docker.sock
steps:
- name: build
image: docker
commands:
- docker info
- docker buildx --progress plain -t dagobert:latest .
volumes:
- name: docker_socket
path: /var/run/docker.sock
- name: notify
image: drillster/drone-email
settings:
host: smtp
port: 25
skip_verify: true
from: drone@chrz.de
when:
status: [ success, failure ]