5e1cd5fbe0
The build-and-push job was running on PRs and trying to log in to the Gitea Container Registry, which always fails on PRs because the github.token has no package write permission. Add if: github.event_name == 'push' so the job is skipped for PRs and the overall run can stay green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>