JackBootTFTP/.drone.yml

19 lines
383 B
YAML

kind: pipeline
type: docker
name: deploy
steps:
- name: push
depends_on:
- build
image: plugins/docker
when:
branch:
- master
settings:
dockerfile: Dockerfile
repo: registry.jacknet.io/jackhadrill/tftp-server
username: drone
password:
from_secret: password
registry: registry.jacknet.io
auto_tag: true