drone-ntfy/.drone.yml
Tyler Perkins d98c930f43
All checks were successful
continuous-integration/drone/push Build is passing
Add drone
2022-12-16 19:35:43 -05:00

18 lines
311 B
YAML

kind: pipeline
name: default
steps:
- name: Build
image: plugins/docker
settings:
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
repo:
from_secret: dockerhub_repo
tags: latest
when:
branch:
- main