mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fixes #220, uses FN_REGISTRY and --registry flag on push and deploy. Also, cleanup.
This commit is contained in:
@@ -176,7 +176,7 @@ func runff(ff *funcfile, stdin io.Reader, stdout, stderr io.Writer, method strin
|
||||
stdin = strings.NewReader(body)
|
||||
}
|
||||
|
||||
sh = append(sh, ff.FullName())
|
||||
sh = append(sh, ff.ImageName())
|
||||
cmd := exec.Command(sh[0], sh[1:]...)
|
||||
cmd.Stdin = stdin
|
||||
cmd.Stdout = stdout
|
||||
|
||||
Reference in New Issue
Block a user