Github Docker Action
Helps with GitHub, Docker as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add github-docker-action npx -- -y @trustedskills/github-docker-action
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"github-docker-action": {
"command": "npx",
"args": [
"-y",
"@trustedskills/github-docker-action"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates Docker image building and pushing to a container registry using GitHub Actions. It streamlines your CI/CD pipeline by handling image tagging, authentication, and push operations within the GitHub workflow. This reduces manual steps and ensures consistent deployments.
When to use it
- Automate Docker image builds on every commit or pull request.
- Push built images to a container registry like Docker Hub, AWS ECR, or Google Container Registry.
- Tag Docker images with specific versions based on Git tags or branch names.
- Simplify the process of deploying applications packaged in Docker containers.
Key capabilities
- Docker image building
- Container registry authentication
- Image tagging
- Image pushing
Example prompts
- "Build and push a Docker image to Docker Hub whenever I commit code."
- "Tag my Docker images with the Git tag name and push them to AWS ECR."
- “Create a GitHub Action that builds and pushes a docker image based on changes in the
Dockerfile”
Tips & gotchas
This skill requires you to have appropriate permissions configured within your container registry for authentication. Ensure your GitHub secrets are properly set up with the necessary credentials.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.