namely / docker-protoc

Docker images for generating protocol buffer definitions
BSD 3-Clause "New" or "Revised" License
707 stars 225 forks source link

Fix the workflows so that we can auto release a new major version #336

Closed ido-namely closed 1 year ago

ido-namely commented 1 year ago

The previous solution was not working as expected because one workflow cannot be triggered by an event that itself was triggered by the github-action user.

So instead, the workflow to release new docker images is called explicitly by the workflow that will create a new gh release. the release to docker can still be triggered however even if the gh release is done manually, which will allow us to keep using it for patch versions.