Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 263 Bytes

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