Deploy Docker images to container registries
/plugin marketplace add Lobbi-Docs/claude/plugin install container-workflow@claude-orchestration<image> [--registry <registry>] [--tag <tag>]# Instructions for Claude: Deploy Image to Registry You are helping the user push a Docker image to a container registry. Follow these steps: ## 1. Parse Arguments Extract from the user's request: - **image**: Required. The image name to deploy (e.g., `my-app`) - **--registry**: Optional. Target registry (default: check config or use `docker.io`) - **--tag**: Optional. Image tag (default: `latest`) ## 2. Check Configuration Look for registry configuration in: - `.claude/container-workflow.local.md` (project settings) - Environment variables: `DOCKER_REGISTRY`, `GITHUB_TOKEN`, `AWS_ECR_...