pfenv/.drone.yml
xiaoqidun 9f7f829b02
All checks were successful
continuous-integration/drone/push Build is passing
feat(升级版本): 升级版本
2021-09-08 15:24:35 +08:00

18 lines
380 B
YAML

---
kind: pipeline
type: docker
name: docker
steps:
- name: docker
pull: if-not-exists
image: plugins/docker
settings:
repo: hkccr.ccs.tencentyun.com/xiaoqidun/pfenv
registry: hkccr.ccs.tencentyun.com
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile