17 lines
296 B
YAML
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
|