hottub/.drone.yml

31 lines
541 B
YAML
Raw Normal View History

2023-06-25 00:26:06 -05:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
2023-08-07 00:09:14 -05:00
registry: git.jonb.io
2023-06-25 00:26:06 -05:00
dry_run: false
username: jblu
password:
from_secret: gittea_drone
2023-08-07 00:09:14 -05:00
repo: git.jonb.io/jblu/hottub
2023-06-25 00:26:06 -05:00
tags:
- latest
when:
branch:
- main
- name: docker-test
image: plugins/docker
settings:
2023-08-07 00:09:14 -05:00
registry: git.jonb.io
2023-06-25 00:26:06 -05:00
dry_run: false
username: jblu
password:
from_secret: gittea_drone
2023-08-07 00:09:14 -05:00
repo: git.jonb.io/jblu/hottub
2023-06-25 00:26:06 -05:00
tags:
- dev
when:
branch:
- dev*