palgs/.drone.yml
xiaoqidun dd89a499d5
All checks were successful
continuous-integration/drone Build is passing
feat(实现项目): 实现项目
2024-02-13 15:33:58 +08:00

17 lines
392 B
YAML

kind: pipeline
type: docker
name: default
node:
region: cn
steps:
- name: docker-cn
pull: if-not-exists
image: plugins/docker
settings:
repo: ccr.ccs.tencentyun.com/xiaoqidun/palgs
registry: ccr.ccs.tencentyun.com
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile