mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-07 12:10:20 +02:00
Fix Docker image name: lowercase required for registry
Docker registry references must be lowercase. github.repository returns 'nitrobass24/Prowlarr' with a capital P. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
809c148ff5
commit
1a2b7e8e1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -24,7 +24,7 @@ env:
|
|||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
NODE_VERSION: '20'
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_NAME: nitrobass24/prowlarr
|
||||
|
||||
jobs:
|
||||
backend:
|
||||
|
|
|
|||
Loading…
Reference in a new issue