qbit-maid/.drone.yml
jblu beee95caa4
All checks were successful
continuous-integration/drone/push Build is passing
updated to use secret
2023-06-06 14:44:56 -05:00

19 lines
297 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jbranan.com
dry_run: true
username: jblu
password:
from_secret: gittea_drone
repo: jblu/qbit-maid
tags:
- latest
- main
when:
branch:
- main