abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
758 stars 133 forks source link

Add a Manual Build workflow #83

Closed TheOrioli closed 2 years ago

TheOrioli commented 2 years ago

adds .github/workflows/manual_build.yml which allows manually generating docker images for specific Godot versions. image

The primary use case of this is creating images for pre-release builds since they are not marked with a release in the official GitHub repository. It's also a useful way of generating images for any release that might have gotten skipped, such as https://github.com/abarichello/godot-ci/issues/75

the generated images will be tagged with the release name, unless the release name is stable