delimit_deploy_publish
Publishes locally built Docker images to the configured container registry. Use this tool after building images, not for building or planning deployments.
Instructions
Publish previously built images to the registry (Pro).
When to use: after delimit_deploy_build has produced images locally. When NOT to use: to build images (delimit_deploy_build) or to start the deploy chain (delimit_deploy_plan).
Sibling contrast: deploy_build produces local images; this pushes them to the registry; deploy_verify confirms rollout health.
Side effects: gated by require_premium. Calls backends.deploy_bridge.publish, which performs network writes to the configured container registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Application name (project key in the deploy backend). | |
| git_ref | No | Git ref the images were built at. Default None. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||