iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
15.52k stars 1.7k forks source link

Add release based containers #4763

Open syeopite opened 6 days ago

syeopite commented 6 days ago

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.

iBicha commented 6 days ago

Changes the current master based container to use "master" tag instead of "latest" tag

stable might be more commonly used/understood. Or even production. Very good initiative!

syeopite commented 6 days ago

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.

iBicha commented 5 days ago

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