fix bad substitution
This commit is contained in:
parent
fc60a79bc3
commit
edc13f23fc
1 changed files with 1 additions and 1 deletions
|
|
@ -69,8 +69,8 @@ type Build struct {
|
|||
Platforms cli.StringSlice // Docker build target platforms
|
||||
Args cli.StringSlice // Docker build args
|
||||
ArgsEnv cli.StringSlice // Docker build args from env
|
||||
Mount string // Docker build mount
|
||||
Secret string // Docker build secret
|
||||
Target string // Docker build target
|
||||
Output string // Docker build output
|
||||
Pull bool // Docker build pull
|
||||
CacheFrom string // Docker build cache-from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue