mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2024-06-08 02:40:40 +00:00
3e56688254
Some checks failed
continuous-integration/drone/push Build is failing
* Add Dockerfile and main.sh * Add base settings for now * Add drone
18 lines
311 B
YAML
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
|