wireguard-dashboard/.drone.yml
coward af76eda4bc
All checks were successful
continuous-integration/drone/tag Build is passing
🎨添加CI
2024-08-20 10:53:02 +08:00

19 lines
428 B
YAML

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