Closed clux closed 3 years ago
done a series of changes. the error was the checkout action not being pinned to the stable
branch, so the new workflow is being built from the right place now, and am expecting stable tag to appear later.
hopefully this was the last remnant of the chaos caused by travisci.
yup. fixed https://hub.docker.com/r/clux/muslrust/tags?page=1&ordering=last_updated by this scheduled ci run https://github.com/clux/muslrust/runs/3262070954?check_suite_focus=true
Seems the action is only correctly tuned for
nightly
. Probably because we have multiple build files with the same name in multiple branches causing confusion.I tried to rectify it yesterday, changed names of them and moved the
stable
workflow intomaster
, but it caused anightly
tag to overwritestable
somehow. That breakage is fixed now (manually re-tagged last stable and deleted stray 1.56 stable tags), and have put a halt on the stable workflow until it's guaranteed working.I am sorry if someone accidentally got a nightly tag for their stable release. I do try to avoid this shit, but it is what it is. FWIW I think it was there for half a day.