clone: depth: 50 recursive: true path: i2-bill-erp build: image: docker.i2edu.net/golang:1.13 commands: - go env -w GOPROXY=https://goproxy.cn,direct - go mod tidy - CGO_ENABLED=0 go build -a -ldflags '-s' - tar zcf i2-bill-erp.tar.gz etc sqlconfig i2-bill-erp publish: docker: registry: docker.qianqiusoft.com email: develop@qianqiusoft.com repo: docker.qianqiusoft.com/i2-bill-erp tag: - latest