Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisaichen committed Aug 16, 2024
1 parent 07c2f79 commit 5c39871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Expand-Archive -Path .\jellyfin.zip -DestinationPath .\build\
docker pull mcr.microsoft.com/windows/server:ltsc2022
docker build --isolation hyperv --no-cache -t eisai/jellyfin-nvidia:latest -t eisai/jellyfin-nvidia:$env:GH_CI_TAG .\build

if ($env:GH_CI_PUSH -eq "false") {
if ($env:GH_CI_PUSH -eq "true") {
docker push eisai/jellyfin-nvidia -a
}
}

0 comments on commit 5c39871

Please sign in to comment.