ublue-os github action retries
I am trying to improve the reliability of builds - I see these fail a lot. There is a way to retry the build action, and I have a PR for it here. https://github.com/ublue-os/main/pull/503
It relies on a workaround though to format the input for the next stage, particularly the labels for the container image.
It relies on a workaround though to format the input for the next stage, particularly the labels for the container image.
GitHub
This is a proposed implementation of #502. It needs to run the GitHub action to be tested, but should improve reliability without manual build re-triggers.