qbit-maid/.drone.yml

33 lines
571 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
2023-06-06 15:17:31 -05:00
dry_run: false
2023-06-06 14:33:07 -05:00
username: jblu
2023-06-06 14:44:56 -05:00
password:
from_secret: gittea_drone
2023-06-06 15:17:31 -05:00
repo: git.jbranan.com/jblu/qbit-maid
2023-06-06 14:33:07 -05:00
tags:
- latest
2023-06-06 14:47:03 -05:00
when:
branch:
2023-06-23 04:02:05 -05:00
- main
steps:
- name: docker-test
image: plugins/docker
settings:
registry: git.jbranan.com
dry_run: false
username: jblu
password:
from_secret: gittea_drone
repo: git.jbranan.com/jblu/qbit-maid
tags:
- dev
when:
branch:
- dev*