task-supervisor/.drone.yml
seahi 1b2b268c41
Some checks failed
continuous-integration/drone/push Build is failing
通过drone自动构建
2025-04-16 09:18:47 +08:00

22 lines
441 B
YAML

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