docker

Builds and publishes container images using the Docker CLI. Uses the Terrabuild action name as the Docker subcommand for ad-hoc invocations and tags images with the action hash. CI pushes rely on docker buildx imagetools to publish the hashed image under an explicit tag.

Available Commands

CommandDescription
pushPushes the built image to the registry with a specific tag.
buildBuilds a Docker image and tags it with the Terrabuild hash; pushes automatically when running in CI.
<command>Runs an arbitrary Docker CLI command (action name is forwarded to docker).
Last updated on