Documentation
¶
Index ¶
- func BuildArgs(o options.Build, github options.GitHub, tags []string) []string
- func LoginArgs(o options.Login, registry string) []string
- func PushArgs(tag string) []string
- func RunBuild(cmd Runner, opt options.Build, github options.GitHub, tags []string) error
- func RunLogin(cmd Runner, opt options.Login, registry string) error
- func RunPush(cmd Runner, tags []string) error
- type Runner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildArgs ¶
BuildArgs converts build options into the cli arguments used to call `docker build`
func LoginArgs ¶
LoginArgs converts login options into the cli arguments used to call `docker login`
Types ¶
Click to show internal directories.
Click to hide internal directories.