Docker CI/CD Skill Integrate Docker with CI/CD pipelines for automated image builds, security scanning, and deployments. Purpose Set up automated Docker workflows with GitHub Actions, GitLab CI, and other CI/CD platforms. Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | platform | enum | No | github | github/gitlab/jenkins | | registry | string | No | ghcr.io | Container registry | | scan | boolean | No | true | Include security scan | GitHub Actions Complete Workflow Multi-Arch Build GitLab CI Best Practices Caching…