This repository contains a Python API project that is containerized using Docker. The project leverages GitHub Actions for continuous integration and deployment (CI/CD), automating the process of building and pushing Docker images to Docker Hub.
- Automated Docker image builds using GitHub Actions.
- Integration with Docker Hub for container storage.
- Example FastAPI setup included.
- Clone the repository.
- Modify the API as needed.
- Push changes to trigger the CI/CD pipeline.
- Check Docker Hub for the latest image build.