Skip to content

Simple go rest service with github actions to push image to docker hub and deploy to server

Notifications You must be signed in to change notification settings

toannhu96/go-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-github-actions

Simple go rest service with github actions to push image to docker hub and deploy to server

Build and run local

$ docker build -t go-github-actions .
$ docker run -d --rm --name go-container -p 8081:8081 go-github-actions

About

Simple go rest service with github actions to push image to docker hub and deploy to server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published