Get a registry entry
get_registryFetch a registry entry's address and username by specifying scope and registry address; the password is excluded from the response.
Instructions
Returns one registry entry — its address and username. The password is stripped by Woodpecker (Registry.Copy), so it is never in the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Which level to act on. "repository" needs repo_id, "organization" needs org_id, and "global" is instance-wide and needs neither (admin only). A pipeline sees the repository level first, then the organization, then global. | |
| org_id | No | Required when scope is "organization". | |
| address | Yes | Registry address, which is also its identifier — for example "docker.io". | |
| repo_id | No | Required when scope is "repository". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |