This commit is contained in:
parent
323d4ef494
commit
11096c8613
@ -20,6 +20,11 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: testhub.szjixun.cn:9043/public/golang:1.20-alpine
|
image: testhub.szjixun.cn:9043/public/golang:1.20-alpine
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
|
network:
|
||||||
|
mode: bridge
|
||||||
|
options:
|
||||||
|
com.docker.network.bridge.host_binding_ipv4: "172.16.100.22"
|
||||||
|
com.docker.network.bridge.name: "dnmp_default"
|
||||||
environment:
|
environment:
|
||||||
GOPROXY: "https://goproxy.cn,direct"
|
GOPROXY: "https://goproxy.cn,direct"
|
||||||
GOPATH: /go
|
GOPATH: /go
|
||||||
|
Loading…
Reference in New Issue
Block a user