docker-impl-cicd
Installation
SKILL.md
docker-impl-cicd
Quick Reference
GitHub Actions Docker Toolkit
| Action | Purpose | Required |
|---|---|---|
docker/setup-buildx-action@v3 |
Install and configure buildx builder | ALWAYS |
docker/setup-qemu-action@v3 |
Install QEMU for multi-platform builds | Only for multi-arch |
docker/login-action@v3 |
Authenticate to container registries | ALWAYS before push |
docker/build-push-action@v6 |
Build and push images with BuildKit | ALWAYS |
docker/metadata-action@v5 |
Generate tags and labels from Git context | ALWAYS |
Registry Authentication Comparison
| Registry | Login Server | Username Secret | Password Secret |
|---|---|---|---|
| Docker Hub | (default) | DOCKERHUB_USERNAME |
DOCKERHUB_TOKEN |
Related skills