File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 23
23
- --build-arg=PROTOC_VERSION=${_PROTOC_VERSION}
24
24
- --build-arg=GOLANG_VERSION=${_GOLANG_VERSION}
25
25
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
26
- - --allow=network.host
27
- - --network=host
28
26
- .
29
27
waitFor : ["docker"]
30
28
39
37
- --build-arg=GOLANG_VERSION=${_GOLANG_VERSION}
40
38
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
41
39
- --output=type=image,name=gcr.io/$PROJECT_ID/protoc/protoc:${_PROTOC_VERSION},push=false
42
- - --allow=network.host
43
- - --network=host
44
40
- .
45
41
waitFor :
46
42
- " protoc-builder"
56
52
- --build-arg=GOLANG_VERSION=${_GOLANG_VERSION}
57
53
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
58
54
- --output=type=image,name=gcr.io/$PROJECT_ID/protoc/protoc:${_PROTOC_VERSION}-debug,push=false
59
- - --allow=network.host
60
- - --network=host
61
55
- .
62
56
waitFor :
63
57
- " protoc-builder"
74
68
- --build-arg=ALPINE_VERSION=${_ALPINE_VERSION}
75
69
- --build-arg=PROTOC_GEN_GO_VERSION=${_PROTOC_GEN_GO_VERSION}
76
70
- --build-arg=PROTOC_GEN_GO_GRPC_VERSION=${_PROTOC_GEN_GO_GRPC_VERSION}
77
- - --allow=network.host
78
- - --network=host
79
71
- .
80
72
waitFor :
81
73
- " protoc"
95
87
- --build-arg=PROTOC_GEN_GO_GRPC_VERSION=${_PROTOC_GEN_GO_GRPC_VERSION}
96
88
- --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-${_GOLANG_VERSION}
97
89
- --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}
98
- - --allow=network.host
99
- - --network=host
100
90
- .
101
91
waitFor :
102
92
- " golang-builder"
@@ -115,8 +105,6 @@ steps:
115
105
- --build-arg=PROTOC_GEN_GO_GRPC_VERSION=${_PROTOC_GEN_GO_GRPC_VERSION}
116
106
- --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-${_GOLANG_VERSION}-debug
117
107
- --tag=gcr.io/$PROJECT_ID/protoc/golang:${_PROTOC_VERSION}-debug
118
- - --allow=network.host
119
- - --network=host
120
108
- .
121
109
waitFor :
122
110
- " golang-builder"
You can’t perform that action at this time.
0 commit comments