You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reusable GitHub Actions workflow automates the process of building and pushing Docker images to Docker Hub. It simplifies the Docker build process in your CI/CD pipeline by handling authentication, building, and tagging in a standardized way. Perfect for teams looking to streamline their containerization workflow with minimal configuration.
β¨ Features
π Securely authenticates with Docker Hub using best practices
ποΈ Builds optimized Docker images from a specified Dockerfile
π·οΈ Intelligently tags and pushes images to Docker Hub
π Scan for vulnerabilities
π Lint dockerfile
π‘οΈ Handles authentication securely using GitHub Secrets
π Optimizes build performance with layer caching