yagcdn/.drone.yml
Valentin Brandl 99eb44d618
All checks were successful
continuous-integration/drone/push Build is passing
Enable CI
2019-08-09 19:22:30 +02:00

23 lines
402 B
YAML

---
kind: pipeline
name: build
steps:
- name: docker
image: plugins/docker
settings:
repo: vbrandl/yagcdn
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password
ref:
- refs/heads/master
- refs/tags/v*
---
kind: signature
hmac: e4d2267d9d412733f8d6e771e3c49f058f098dae534491a57d920a5deb25dd02
...