crane/.drone.yml

18 lines
312 B
YAML
Raw Normal View History

2023-06-11 14:44:27 -05:00
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:
2023-06-06 15:03:21 -05:00
- main