push_image
Push a Docker image or repository to a registry. Optionally provide authentication configuration for secure pushing.
Instructions
Push an image or repository to a registry.
Security: auth_config carries registry credentials, which many MCP clients log verbatim. Prefer
docker login on the host so the docker module reuses credentials cached in
~/.docker/config.json, and leave auth_config unset.
args: repository - The image repository tag - The tag to push auth_config - Optional registry authentication config returns: str - Push output as a string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| repository | Yes | ||
| auth_config | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |