lattice_create_registry
Add a container registry to the Lattice platform by specifying its name, URL, and type. Optionally provide authentication credentials.
Instructions
Add a container registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Registry URL, e.g. registry.appleby.cloud | |
| name | Yes | Registry name | |
| type | Yes | Registry type, e.g. 'generic', 'dockerhub', 'ghcr' | |
| password | No | Registry password or access token | |
| username | No | Registry username |