mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 12:33:04 +02:00
Update Docker build workflow for Lidarr project
This commit is contained in:
parent
74f6889436
commit
b4c9c7bea7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue