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
| Command | Description |
|---|---|
| push | Pushes the built image to the registry with a specific tag. |
| build | Builds 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