18 lines
337 B
YAML
18 lines
337 B
YAML
---
|
|
pipeline:
|
|
|
|
build:
|
|
image: plugins/docker
|
|
repo: reg.zknt.org/zknt/alpine
|
|
tags:
|
|
- 2.8.1
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
notify:
|
|
image: drillster/drone-email
|
|
host: mx01.mta.zknt.org
|
|
from: drone@zknt.org
|
|
secrets: [ email_username, email_password ]
|
|
|
|
branches:
|
|
include: [ master ]
|