通过drone自动构建
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-04-16 09:18:47 +08:00
parent 4af94d2f2f
commit 1b2b268c41
5 changed files with 71 additions and 0 deletions

21
.drone.yml Normal file
View File

@@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: Build docker iamge
node:
name: pve
steps:
- name: Build supervisor image
pull: if-not-exists
image: plugins/docker:20.10
privileged: false
settings:
dockerfile: Dockerfile
auto-tag: true
registry: harbor.seahi.me
repo: harbor.seahi.me/stu/task-supervisor
username:
from_secret: harbor_username
password:
from_secret: harbor_password