We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7006594 commit 65d1671Copy full SHA for 65d1671
cmd/cmd-build.go
@@ -79,7 +79,7 @@ func (c *buildCmd) run() error {
79
}
80
81
// Tar the working directory to send to the docker API
82
- tarfileName, err := TarWorkdir(directory)
+ tarfileName, err := TarWorkdir(c.workdir)
83
check(err)
84
tarfile, err := os.Open(tarfileName)
85
0 commit comments