ublue-os / ucore

An OCI base image of Fedora CoreOS with batteries included
https://projectucore.io
Apache License 2.0
115 stars 23 forks source link

chore(ci): improve retry errors for github installs #124

Closed bsherman closed 5 months ago

bsherman commented 5 months ago

A helpful issue was filed with PR which will help address some spurious issues with the github actions workflows. That inspired me to improve the github-release-install.sh script such that it will more properly fail(retry) when http errors occur.

In addition, this includes an improvement to the script which allows installing specific tags, not just the latest release.

Relates: ublue-os/main#502