hello-ci/.drone.yml
Christoph Honal c5359b5fd3
Some checks reported errors
continuous-integration/drone/push Build was killed
different arch test
2020-02-13 18:07:19 +01:00

26 lines
481 B
YAML

kind: pipeline
name: default
platform:
arch: arm64
steps:
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.chrz.de:443/hello-ci
registry: registry.chrz.de:443
dry_run: true
- name: notify
image: drillster/drone-email
settings:
host: smtp
port: 25
skip_verify: true
from: drone@chrz.de
when:
status: [ success, failure ]