delimit_deploy_publish
Publishes locally built images to the container registry. Use after building to complete the push step.
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 | |||