This commit is contained in:
parent
fa97ceb2d2
commit
af76eda4bc
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: wireguard-srv
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event: [tag]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: builder
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: gitea.mrx.ltd # 镜像仓库地址
|
||||||
|
repo: gitea.mrx.ltd/go-pkg/wireguard-srv # 镜像仓库地址
|
||||||
|
username:
|
||||||
|
from_secret: docker_user
|
||||||
|
password:
|
||||||
|
from_secret: docker_pwd
|
||||||
|
use_cache: true
|
||||||
|
auto_tag: true
|
Loading…
x
Reference in New Issue
Block a user