JackBootTFTP/.drone.yml
Jack Hadrill 1a86e960ab
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2022-07-24 15:41:35 +00:00

17 lines
353 B
YAML

kind: pipeline
type: docker
name: deploy
steps:
- name: push
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