crane/.drone.yml
jblu 634820c50d
Some checks failed
continuous-integration/drone/push Build is failing
enabled drone
2023-06-06 15:09:59 -05:00

19 lines
290 B
YAML

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