JackBootTFTP/.drone.yml

17 lines
355 B
YAML
Raw Normal View History

2022-07-24 16:41:12 +01:00
kind: pipeline
type: docker
name: deploy
steps:
- name: push
image: plugins/docker
when:
branch:
- master
settings:
dockerfile: Dockerfile
2022-07-24 20:06:51 +01:00
repo: registry.jacknet.io/jackhadrill/jackboot/tftp
2022-07-24 16:41:12 +01:00
username: drone
password:
from_secret: password
registry: registry.jacknet.io
auto_tag: true