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.
- Host: GitHub
- URL: https://github.com/nitika-1103/ci-cd-docker
- Owner: nitika-1103
- Created: 2025-03-18T15:52:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:19:29.000Z (over 1 year ago)
- Last Synced: 2025-09-05T02:37:09.786Z (10 months ago)
- Topics: ci-cd, docker, github, github-actions
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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