Add custom build
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Armin Friedl 2022-08-27 20:16:26 +02:00
parent 7aaea2ed2f
commit 23eb94c365

View file

@ -1,3 +1,29 @@
kind: pipeline
type: docker
name: latest-custom
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:
- custom
---
kind: pipeline
type: docker
name: latest