mirror of
https://github.com/linuxserver/docker-wikijs.git
synced 2026-02-20 02:25:17 +08:00
added drone file for automated building while testing
This commit is contained in:
parent
3304ff6805
commit
c7a45af28f
20
.drone.yml
Normal file
20
.drone.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: linux-amd64
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: publish_image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-amd64
|
||||
dockerfile: Dockerfile
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: alexphillips/wikijs
|
||||
Loading…
x
Reference in New Issue
Block a user