adds .github/workflows/manual_build.yml which allows manually generating docker images for specific Godot versions.
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
adds
.github/workflows/manual_build.yml
which allows manually generating docker images for specific Godot versions.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
godot-ci:3.5.rc3
&godot-ci:mono-3.5.rc3
godot-ci:3.4.4
&godot-ci:mono-3.4.4