From af76eda4bc0a2e61c8fd9bb0afc90bff9dbf1be1 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 20 Aug 2024 10:53:02 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E6=B7=BB=E5=8A=A0CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..eddc74d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +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 \ No newline at end of file