Documentation ¶ Index ¶ type Docker func NewDocker(cfg *config.DockerConfig, name string) (*Docker, error) func (d Docker) Build(ctx context.Context, tag string) error func (d *Docker) Login(ctx context.Context) error func (d Docker) Publish(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Docker ¶ type Docker struct { // contains filtered or unexported fields } func NewDocker ¶ func NewDocker(cfg *config.DockerConfig, name string) (*Docker, error) func (Docker) Build ¶ func (d Docker) Build(ctx context.Context, tag string) error func (*Docker) Login ¶ func (d *Docker) Login(ctx context.Context) error func (Docker) Publish ¶ func (d Docker) Publish(ctx context.Context) error Source Files ¶ View all Source files docker.go Click to show internal directories. Click to hide internal directories.