From e24b5929ec66d06a129c92ecd3d5ce93de34b15a Mon Sep 17 00:00:00 2001 From: Jacob McCann Date: Mon, 10 Apr 2017 11:18:00 -0500 Subject: [PATCH] Allow using .tags file to read tags from --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 063ebc7..1dcf077 100644 --- a/main.go +++ b/main.go @@ -107,6 +107,7 @@ func main() { Usage: "build tags", Value: &cli.StringSlice{"latest"}, EnvVar: "PLUGIN_TAG,PLUGIN_TAGS", + FilePath: ".tags", }, cli.StringSliceFlag{ Name: "args",