fuzzysearch/.drone.yml

18 lines
301 B
YAML
Raw Normal View History

2019-12-18 08:50:07 +00:00
---
kind: pipeline
name: default
type: docker
steps:
- name: docker
image: plugins/docker
settings:
auto_tag: true
registry: registry.huefox.com
repo: registry.huefox.com/fa-watcher
username:
from_secret: docker_username
password:
from_secret: docker_password
...