Files
hello-project/.drone.yml
lixulun c50d140964
All checks were successful
continuous-integration/drone/push Build is passing
registry
2023-04-01 15:07:12 +08:00

18 lines
344 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
registry: registry.cn-shanghai.aliyuncs.com