Update Docker build workflow for Lidarr project

This commit is contained in:
Matthew Phelps 2026-03-18 23:23:31 +11:00 committed by GitHub
parent 74f6889436
commit b4c9c7bea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,11 +41,11 @@ jobs:
- name: Restore dependencies
run: dotnet restore src/NzbDrone.Core/Lidarr.Core.csproj
- name: Build NzbDrone.Core
run: dotnet build src/NzbDrone.Core/Lidarr.Core.csproj --configuration Release --no-restore -p:RunAnalyzers=false
- name: Build
run: dotnet build src/NzbDrone.Host/Lidarr.Host.csproj --configuration Release --no-restore -p:RunAnalyzers=false
- name: Copy DLL to root
run: cp _output/net8.0/Lidarr.Core.dll ./Lidarr.Core.dll
- name: Copy output to root
run: cp -r _output/net8.0 ./output
- name: Login to Docker Hub
uses: docker/login-action@v3