Skip to content

Example repo to demo how to configure a CI/CD pipeline with Github Actions to build and push a Docker image triggered by a github push on main branch

Notifications You must be signed in to change notification settings

cntran/github-to-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions CI/CD Pipeline with Docker containers

Build: docker build -t gh-to-docker .

Run: docker run -p3000:80 gh-to-docker

About

Example repo to demo how to configure a CI/CD pipeline with Github Actions to build and push a Docker image triggered by a github push on main branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published