crane/.drone.yml
jblu 6a4d6e3813
All checks were successful
continuous-integration/drone/push Build is passing
disabled warning
2023-06-11 14:44:27 -05:00

18 lines
312 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: git.jbranan.com/jblu/crane
tags:
- latest
when:
branch:
- main