Skip to content

This workflow automates building and pushing a Docker image from your GitHub repository.

License

Notifications You must be signed in to change notification settings

sojijr/github-docker-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Docker Workflow

How to use

  1. Clone the project:
git clone https://github.com/<your-github-username>/github-docker-workflow
  1. Move deploy.yml to .github/workflows in your repository.

  2. Create repository secrets for DOCKER_USERNAME and DOCKER_PASSWORD as your Docker Username and Password respectively.

  3. Change myusername/myapp to your desired Docker image name.

Once you commit to GitHub, the workflow will automatically run and attempt to build and push your image to Docker Hub. Look for the workflow status under the 'Actions' tab in your repository.

Star this project ✨

About

This workflow automates building and pushing a Docker image from your GitHub repository.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published