hastebin-build/.drone.yml
Armin Friedl 6b8bc86a75
Build latest from weekly job
Signed-off-by: Armin Friedl <dev@friedl.net>
2020-05-31 15:33:13 +02:00

25 lines
423 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:
- hastebin_latest