Documentation ¶ Index ¶ Constants func Build(ctx context.Context, cwd string, pathToMain string, bOpts Options) error func GetReadme(p string) (string, error) func Push(ctx context.Context, image string, username string, password string) error type Options Constants ¶ View Source const ( ReadmeFile = "README.md" ) Variables ¶ This section is empty. Functions ¶ func Build ¶ func Build(ctx context.Context, cwd string, pathToMain string, bOpts Options) error func GetReadme ¶ added in v0.1.2 func GetReadme(p string) (string, error) func Push ¶ func Push(ctx context.Context, image string, username string, password string) error Types ¶ type Options ¶ type Options struct { Repo string Tag string VersionID string } Source Files ¶ View all Source files build.go push.go readme.go Click to show internal directories. Click to hide internal directories.