hastebin-build/.drone.yml
Armin Friedl f089a6051e
Hastebin rolling release
Add first test files for a hastebin build from master

Signed-off-by: Armin Friedl <dev@friedl.net>
2020-05-22 10:08:12 +02:00

25 lines
414 B
YAML

kind: pipeline
type: docker
name: latest
steps:
- name: publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: latest/Dockerfile
context: latest/
build-args:
- HASTEBIN_VERSION=master
purge: true
repo: arminfriedl/hastebin
tags: latest
trigger:
event:
- cron
cron:
- hourly