Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Manual Build workflow #83

Merged
merged 1 commit into from
Jun 7, 2022
Merged

Conversation

TheOrioli
Copy link
Contributor

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 #75

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

  • 3.5 rc3 -> godot-ci:3.5.rc3 & godot-ci:mono-3.5.rc3
  • 3.4.4 stable -> godot-ci:3.4.4 & godot-ci:mono-3.4.4

@Calinou Calinou added the enhancement New feature or request label Jun 7, 2022
Copy link
Collaborator

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Calinou Calinou merged commit 651e661 into abarichello:master Jun 7, 2022
@TheOrioli TheOrioli deleted the manual_builds branch June 8, 2022 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants