hottub/.drone.yml
jblu ae53e694d4
All checks were successful
continuous-integration/drone/push Build is passing
another one
2023-08-07 23:50:40 -05:00

31 lines
541 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jonb.io
dry_run: false
username: jblu
password:
from_secret: gittea_drone
repo: git.jonb.io/jblu/hottub
tags:
- latest
when:
branch:
- main
- name: docker-test
image: plugins/docker
settings:
registry: git.jonb.io
dry_run: false
username: jblu
password:
from_secret: gittea_drone
repo: git.jonb.io/jblu/hottub
tags:
- dev
when:
branch:
- dev*