mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2024-12-22 01:40:12 +00:00
dest drone pipeline
This commit is contained in:
parent
e763c6d13e
commit
669f1ffe2c
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: unstable
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: bbilly1/tubearchivist-test
|
||||
tags:
|
||||
- unstable
|
||||
dry_run: True
|
||||
target: linux/amd64
|
Loading…
Reference in New Issue
Block a user