wireguard-dashboard-admin/.drone.yml
coward 880f0b311a
Some checks failed
continuous-integration/drone/tag Build is failing
🎨更改ci
2024-08-20 11:07:39 +08:00

19 lines
426 B
YAML

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