File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ pipeline:
136
136
imageName : ff-testgrid-go
137
137
tags :
138
138
- <+codebase.tag>
139
+ - latest
139
140
dockerfile : ff-sdk-testgrid/go/Dockerfile
140
141
context : ff-sdk-testgrid/go
141
142
buildArgs :
@@ -182,23 +183,6 @@ pipeline:
182
183
limits :
183
184
memory : 10G
184
185
cpu : " 10"
185
- - step :
186
- type : BuildAndPushGCR
187
- name : Build and Push testgrid image as latest
188
- identifier : Build_and_Push_testgrid_image_as_latest
189
- spec :
190
- connectorRef : platform205701
191
- host : us.gcr.io
192
- projectID : platform-205701
193
- imageName : ff-testgrid-go
194
- tags :
195
- - test-latest
196
- caching : true
197
- dockerfile : ff-sdk-testgrid/go/Dockerfile
198
- context : ff-sdk-testgrid/go
199
- buildArgs :
200
- SDK_VERSION : test-latest
201
- BUILD_MODE : local
202
186
when :
203
187
stageStatus : Success
204
188
condition : <+stage.variables.pull_request>
You can’t perform that action at this time.
0 commit comments