:construction_worker:添加ci
Some checks failed
continuous-integration/drone/tag Build was killed

This commit is contained in:
coward
2024-05-08 14:21:49 +08:00
parent 8bcd3266d6
commit e1902ad176
4 changed files with 47 additions and 1 deletions

19
.drone.yml Normal file
View File

@@ -0,0 +1,19 @@
kind: pipeline
type: docker
name: wireguard-dashboard
trigger:
event: [tag]
steps:
- name: builder
image: plugins/docker
settings:
registry: gitea.mrx.ltd # 镜像仓库地址
repo: gitea.mrx.ltd/go-pkg/wireguard-dashboard # 镜像仓库地址
username:
from_secret: docker_user
password:
from_secret: docker_pwd
use_cache: true
auto_tag: true