An open API service indexing awesome lists of open source software.

https://github.com/nitika-1103/ci-cd-docker

Simple CI/CD pipeline using GitHub Actions & Docker to automate Docker image builds and push to Docker Hub.
https://github.com/nitika-1103/ci-cd-docker

ci-cd docker github github-actions

Last synced: about 2 months ago
JSON representation

Simple CI/CD pipeline using GitHub Actions & Docker to automate Docker image builds and push to Docker Hub.

Awesome Lists containing this project

README

          

# ci-cd-docker
# Simple CI/CD Pipeline with GitHub Actions & Docker

This project sets up a CI/CD pipeline to automatically build, test, and push a Docker image to Docker Hub when code is pushed to GitHub. The containerized application can then be deployed on AWS EC2 or any server.

## Features
- Automated CI/CD with GitHub Actions
- Containerized app using Docker
- Pushes Docker images to Docker Hub
- Deployable on AWS EC2

## Prerequisites
Before starting, ensure you have:
- Git (You already have Git Bash)
- Docker Desktop
- GitHub CLI (Optional)
- A GitHub & Docker Hub account