Swiss AI Hub v0.305.5
Pre-release
Pre-release
Fixed
- 🐛 CI Workflow Failures: Prevented potential CI/CD pipeline failures during Docker image pre-pull login by ensuring
that an expired or absent GitHub token no longer causes the job to fail, significantly improving overall workflow
stability.
Changed
- 🔄 Best-Effort Docker Login: Modified the
ghcr.ioDocker login process in CI workflows to be best-effort; if
authentication fails (e.g., due to an expired token), the system will now proceed with anonymous pulls for public
images, guaranteeing job continuity. - 📄 Internal Documentation: Updated internal documentation for GitHub Actions (
CLAUDE.md) to explicitly reflect
the new best-effort login behavior and its rationale, providing clearer guidance for pipeline operations.