We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae82c6 commit b9e59a6Copy full SHA for b9e59a6
1 file changed
pkg/gitreceive/build.go
@@ -262,6 +262,7 @@ func build(conf *Config, builderKey, gitSha string) error {
262
Sha: gitSha,
263
ReceiveUser: conf.Username,
264
ReceiveRepo: appName,
265
+ Image: appName,
266
Procfile: procType,
267
}
268
if !usingDockerfile {
0 commit comments