Skip to content

Commit c69d67c

Browse files
author
Aaron Schlesinger
committed
fix(build.go): omit "image" from request body to workflow
on build pack apps
1 parent f04f6b5 commit c69d67c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ func build(conf *Config, builderKey, gitSha string) error {
256256
}
257257
if !usingDockerfile {
258258
buildHook.Dockerfile = ""
259-
buildHook.Image = appName
260259
} else {
261260
buildHook.Dockerfile = "true"
262261
buildHook.Image = imageName

0 commit comments

Comments
 (0)