Skip to content

Commit aa18aaf

Browse files
committed
Update pipeline ff-golang-server-sdk
1 parent 7a816a8 commit aa18aaf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,23 @@ pipeline:
141141
buildArgs:
142142
SDK_VERSION: <+codebase.tag>
143143
BUILD_MODE: local
144+
- step:
145+
type: BuildAndPushGCR
146+
name: Build and Push testgrid image as latest
147+
identifier: Build_and_Push_testgrid_image_as_latest
148+
spec:
149+
connectorRef: platform205701
150+
host: us.gcr.io
151+
projectID: platform-205701
152+
imageName: ff-testgrid-go
153+
tags:
154+
- latest
155+
caching: true
156+
dockerfile: ff-sdk-testgrid/go/Dockerfile
157+
context: ff-sdk-testgrid/go
158+
buildArgs:
159+
SDK_VERSION: latest
160+
BUILD_MODE: local
144161
when:
145162
stageStatus: Success
146163
condition: <+stage.variables.release>

0 commit comments

Comments
 (0)