Allow using .tags file to read tags from

This commit is contained in:
Jacob McCann 2017-04-10 11:18:00 -05:00
parent cbcefc6c9f
commit e24b5929ec
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ func main() {
Usage: "build tags",
Value: &cli.StringSlice{"latest"},
EnvVar: "PLUGIN_TAG,PLUGIN_TAGS",
FilePath: ".tags",
},
cli.StringSliceFlag{
Name: "args",