Vanilla-OS / desktop-image

Containerfile for the Vanilla OS Desktop image.
https://images.vanillaos.org/#/recipe/desktop
GNU General Public License v3.0
31 stars 20 forks source link

adjust workflows to new branch structure #199

Closed taukakao closed 1 month ago

taukakao commented 1 month ago

The changes make it possible to build main with the Vib Workflow by automatically changing the :dev tag to :main during building.

They also add a workflow to easily sync the main branch with the dev branch on demand, while checking if core image is up to date as well.

When this is trough, I will add these changes to the other images as well.

taukakao commented 1 month ago

Seems that implementing this correctly is pretty much impossible due to branch protection rules.