task-supervisor/.drone.yml
seahi cf037f6218
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
删除调试信息
2025-04-18 13:19:41 +08:00

22 lines
445 B
YAML

kind: pipeline
type: docker
name: "构建Docker镜像"
node:
name: pve
steps:
- name: Build and Push
image: harbor.seahi.me/plugins/docker
pull: if-not-exists
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