Files
jellyfin-ha/.woodpecker
unkinben 26e57c8655
ci/woodpecker/pr/build Pipeline was successful
ci: pin .NET SDK image to 9.0 to match global.json
The pinned jellyfin-ha-src fork sets global.json sdk 9.0.0 (rollForward
latestMinor), so the publish steps in build.yaml and docker.yaml must run
on the .NET 9 SDK. They referenced sdk:10.0, which fails the pinned build.
Repoint both publish steps to mcr.microsoft.com/dotnet/sdk:9.0.
2026-08-11 20:41:43 +10:00
..