Versions in this module Expand all Collapse all v0 v0.1.0 Jun 16, 2026 Changes in this version + type BuildResult struct + ImageTag string + ImageURI string + type Client struct + Docker *client.Client + func NewClient(ctx context.Context) (*Client, error) + func (c *Client) Build(ctx context.Context, cfg *config.DeployConfig, contextPath, tag string) (*BuildResult, error) + func (c *Client) Close() error + func (c *Client) Push(ctx context.Context, ecrClient *ecr.Client, imageTag string) error + func (c *Client) Tag(ctx context.Context, sourceTag, targetTag string) error