Files
hello-project/.drone.yml
lixulun 9114887823
Some checks failed
continuous-integration/drone/push Build is failing
fix plugin
2023-04-01 15:03:32 +08:00

17 lines
296 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build
- name: push
image: plugins/docker
settings:
username: ymzfb@readmarathon.com
password: 4&f_9DawwYKzT6?i
repo: registry.cn-shanghai.aliyuncs.com/readmarathon/hello-project