This commit is contained in:
parent
7aaea2ed2f
commit
23eb94c365
1 changed files with 26 additions and 0 deletions
26
.drone.yml
26
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue