hottub/.drone.yml
jblu 3d4fbe1c36
All checks were successful
continuous-integration/drone/push Build is passing
another test
2023-08-07 23:49:26 -05:00

31 lines
539 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jonb.io
dry_run: true
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: true
username: jblu
password:
from_secret: gittea_drone
repo: git.jonb.io/jblu/hottub
tags:
- dev
when:
branch:
- dev*