crane/.drone.yml

19 lines
290 B
YAML
Raw Normal View History

2023-06-06 15:03:21 -05:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jbranan.com
2023-06-06 15:09:59 -05:00
dry_run: false
2023-06-06 15:03:21 -05:00
username: jblu
password:
from_secret: gittea_drone
repo: jblu/crane
tags:
- latest
- main
when:
branch:
- main