task-supervisor/.drone.yml
seahi d78030c94d
Some checks failed
continuous-integration/drone/push Build is failing
fix
2025-04-18 12:57:14 +08:00

29 lines
625 B
YAML

kind: pipeline
type: docker
name: "构建Docker镜像"
node:
name: pve
steps:
- name: Build and Push
image: plugins/docker
pull: if-not-exists
privileged: false
environment:
DOCKER_USERNAME:
from_secret: dockerhub_username
DOCKER_PASSWORD:
from_secret: dockerhub_password
settings:
mirror: https://hub.seahi.me
debug: true
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