Commit Graph

8 Commits

Author SHA1 Message Date
clsferguson
4369ba2e3d
Update build-release.yml 2025-09-21 22:46:37 -06:00
clsferguson
627ec0f9b7
ci: auto‑fallback to self‑hosted when GH runner build fails using step outcome output
Replace job‑level continue‑on‑error with a step‑level setting and export build_succeeded from the docker/build‑push step to drive the fallback condition, guaranteeing the self‑hosted job runs whenever the GitHub runner fails (e.g., disk space) instead of being masked by a successful job conclusion. Update publish/finalize gating to rely on the explicit output flag (or self‑hosted success) so releases proceed only when at least one build path publishes successfully.
2025-09-21 22:45:09 -06:00
clsferguson
9df654da53
Remove provenance and sbom from build-release.yml
Removed 'provenance' and 'sbom' options from Docker build steps.
2025-09-10 22:50:24 -06:00
clsferguson
4b11a769ad
Update release message for Docker image
Updated release body to indicate version sync from upstream.
2025-09-10 21:47:54 -06:00
clsferguson
97ac355d16
Add platform specification for Docker builds 2025-09-10 21:39:39 -06:00
clsferguson
764e46efe0
Refactor GitHub Actions workflow for Docker builds 2025-09-10 21:07:18 -06:00
clsferguson
065049892c
Refactor release workflow and remove cleanup steps
Removed package cleanup steps and updated release name.
2025-09-09 23:03:26 -06:00
clsferguson
72544433ab
Add build-release workflow for Docker image 2025-09-09 21:45:22 -06:00