ublue-os / bluefin

The next generation Linux workstation, designed for reliability, performance, and sustainability.
https://projectbluefin.io
Apache License 2.0
1.25k stars 163 forks source link

fix: stable tag on schedule #1919

Closed befanyt closed 1 week ago

befanyt commented 1 week ago

Fix a typo to match for stable weekly tag.

Today scheduled run where it missed the stable tag because of checking for "scheduled" instead of "schedule" https://github.com/ublue-os/bluefin/actions/runs/11762641102/job/32765731717#step:14:26

Should fix https://github.com/ublue-os/bluefin/issues/1918

And you probably want a manual rebuild today of stable images, because it missed the scheduled one.

m2Giles commented 1 week ago

check failed due to ostree.linux not being matched on beta.

befanyt commented 1 week ago

I should have checked for other occurrences; sorry for that. Thanks for the great work @m2Giles!