更新 .drone.yml
This commit is contained in:
parent
9852f307b7
commit
7dd56160c2
@ -6,12 +6,11 @@ trigger:
|
||||
event: [tag]
|
||||
|
||||
steps:
|
||||
# 编译演示环境镜像
|
||||
- name: BuildDevImage
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: gitea.mrx.ltd
|
||||
repo: gitea.mrx.ltd/go-pkg/wireguard-ui-v2
|
||||
registry: gitea.mrx.ltd # 镜像仓库地址
|
||||
repo: gitea.mrx.ltd/go-pkg/wireguard-ui-v2 # 镜像仓库地址
|
||||
username:
|
||||
from_secret: docker_user
|
||||
password:
|
||||
|
Loading…
Reference in New Issue
Block a user