goxygen icon indicating copy to clipboard operation
goxygen copied to clipboard

feature: #100 Distribute Goxygen as a Docker image

Open orgmatileg opened this issue 2 years ago • 3 comments

Hi I just made changes for #100 distributing Goxygen to GitHub Packages Docker

What changes will happen:

  • When the branch master has a new commit, GitHub Action docker-build-package will trigger and create an image and push as ghcr.io/Shpota/goxygen:latest
  • When a new tag is created GitHub Action docker-build-package will trigger and create an image and push as ghcr.io/Shpota/goxygen:{new tag name}

orgmatileg avatar Feb 06 '22 16:02 orgmatileg

Thanks @orgmatileg! I will review it and test later this week.

Shpota avatar Feb 07 '22 11:02 Shpota

Hi, Gentle reminder to review the PR.. thanks!

Have a nice day

orgmatileg avatar Feb 15 '22 04:02 orgmatileg

I am sorry for the delay @orgmatileg, I am quite busy these days. I would need to try out, run, and foremost to understand your code, which requires time. I'll review it once I find time (hopefully this week).

Shpota avatar Feb 16 '22 19:02 Shpota

Thank you for the pull request.

For go 1.17+ the user can run go run package@version syntax which removes the need of having a Docker image for generating a project. I believe it is sufficient.

Closing this PR.

Shpota avatar Dec 03 '22 17:12 Shpota