Support custom registry on pushing image

This commit is contained in:
Lex Cao
2021-08-11 09:58:24 +08:00
parent ef474809e3
commit 82440ed8c0
10 changed files with 256 additions and 63 deletions
+1
View File
@@ -52,6 +52,7 @@ type ConvertOptions struct {
BuildBranch string
Build string
PushImage bool
PushImageRegistry string
CreateChart bool
GenerateYaml bool
GenerateJSON bool