pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.65k stars 465 forks source link

Publish to DockerHub when a new tag is created #463

Closed pseudomuto closed 3 years ago

pseudomuto commented 3 years ago

The publish to DockerHub appears to have been broken for a while now. This attempts to address the issue by adding a new GitHub action to handle pushing to DockerHub if the current ref is a tag.

This did involve some changes to the Dockerfile. I've tested the result and updated the docker_test target accordingly.