chore: sort buildOptions alphabetically

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2022-11-16 14:22:33 +00:00
parent d1f79317cf
commit 0c0c9a0030
1 changed files with 1 additions and 1 deletions

View File

@ -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
}