phc/.drone.yml

18 lines
293 B
YAML
Raw Normal View History

2023-06-16 02:11:08 -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/phc
tags:
- latest
when:
branch:
- main