File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ usage: $0 [CMD] [OPTIONS]
2525 'dev': os + packages to compile app
2626 'builder': os + packages to compile app +
2727 copy source code and build app
28- -threads Max number of threads to use if compiling.
28+ -threads=N Max number of threads to use if compiling.
2929 Default = \$ (nproc)
30- -tag Use as the image tag. Default is git commit sha
30+ -tag=TAG Use as the image tag. Default is git commit sha.
31+ -username=USERNAME Username to loging at the docker registry.
32+ -password=PASSWORD Password to loging at the docker registry.
3133 -ci Install CI tools in image
3234 -dry-run Do not push images to the repository
3335 -h -help Show this message and exits
34- -username Docker Username
35- -password Docker Password
3636
3737EOF
3838 exit " ${1:- 1} "
You can’t perform that action at this time.
0 commit comments