qbit-maid/.drone.yml

19 lines
297 B
YAML
Raw Normal View History

2023-06-06 14:33:07 -05:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jbranan.com
dry_run: true
username: jblu
2023-06-06 14:44:56 -05:00
password:
from_secret: gittea_drone
2023-06-06 14:33:07 -05:00
repo: jblu/qbit-maid
tags:
- latest
2023-06-06 14:44:56 -05:00
- main
when:
branch:
- main