From 0c0c9a0030e84939077b0f180aac794c34f145bc Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Wed, 16 Nov 2022 14:22:33 +0000 Subject: [PATCH] chore: sort buildOptions alphabetically Signed-off-by: Justin Chadwell --- commands/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/build.go b/commands/build.go index 094224a4..2418e962 100644 --- a/commands/build.go +++ b/commands/build.go @@ -60,6 +60,7 @@ type buildOptions struct { contexts []string extraHosts []string imageIDFile string + invoke string labels []string networkMode string noCacheFilter []string @@ -72,7 +73,6 @@ type buildOptions struct { tags []string target string ulimits *dockeropts.UlimitOpt - invoke string commonOptions }