Skip to content

Commit b9e59a6

Browse files
author
Aaron Schlesinger
committed
fix(build.go): set image param in the request body to the app name
for slugbuilder releases, the controller fails with an HTTP status code 400 unless this is set cc/ @helgi
1 parent 8ae82c6 commit b9e59a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ func build(conf *Config, builderKey, gitSha string) error {
262262
Sha: gitSha,
263263
ReceiveUser: conf.Username,
264264
ReceiveRepo: appName,
265+
Image: appName,
265266
Procfile: procType,
266267
}
267268
if !usingDockerfile {

0 commit comments

Comments
 (0)