Build
Prepare build arguments and record a build entry before pushing an image to ECR
tapit image build [tag=v123] [docker_tag=v123-abc123] [git_hash=abc123] [initiator=name] [dockerfile=path] [cache=ecr|gha]
Parameters
tag: Human-readable version tag, e.g. v123 (informational only, not used to pull the image)docker_tag: Full docker tag including git hash, e.g. v123-abc123 (auto-generated if omitted)git_hash: Git commit hash associated with this build (informational only)initiator: Name of the person or system triggering the build (informational only)dockerfile: Path to the Dockerfile to use, enables Docker build mode (default: ./Dockerfile)cache: Enable layer caching: ecr (ECR registry cache) or gha (GitHub Actions cache)