wireguard-dashboard/.drone.yml
coward e1902ad176
Some checks reported errors
continuous-integration/drone/tag Build was killed
👷添加ci
2024-05-08 14:21:49 +08:00

19 lines
440 B
YAML

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