Skip to content

Commit e47a1b8

Browse files
committed
chore(controller-go-sdk): upgrade controller-go-sdk
1 parent 6925b14 commit e47a1b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

glide.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func build(
308308
if stack["name"] != "container" {
309309
image = slugBuilderInfo.AbsoluteSlugObjectKey()
310310
}
311-
release, err := hooks.CreateBuild(client, conf.Username, conf.App(), image, gitSha.Short(), procType, stack["name"] == "container")
311+
release, err := hooks.CreateBuild(client, conf.Username, conf.App(), image, stack["image"], gitSha.Short(), procType, stack["name"] == "container")
312312
quit <- true
313313
<-quit
314314
if controller.CheckAPICompat(client, err) != nil {

0 commit comments

Comments
 (0)