pfenv/.drone.yml

18 lines
380 B
YAML
Raw Normal View History

2021-01-08 15:07:35 +08:00
---
kind: pipeline
type: docker
name: docker
steps:
- name: docker
pull: if-not-exists
image: plugins/docker
settings:
2021-09-08 15:24:35 +08:00
repo: hkccr.ccs.tencentyun.com/xiaoqidun/pfenv
registry: hkccr.ccs.tencentyun.com
2021-01-08 15:07:35 +08:00
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile