-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
CI: Add release based containers #4763
Conversation
|
The release containers are tagged as "latest" as to ensure a smooth transition for instances. As testing is being moved to per-release with this PR, instances should be using the release containers instead of the container built off master as to ensure instance stability. |
Fair enough, I take my comment back |
Could you rename the two files to something in the odds of |
Co-authored-by: Samantaz Fox <[email protected]>
Marking as ready as the only option to trigger that is to merge the code and publish a new tagged release. |
Once this process is done, it should allow us to quickly merge PRs which passed the code-review but not the testing stage. Instead, the testing-stage can be pushed to when each release occurs.