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:
nitrobass24 2026-04-06 22:47:03 -05:00
parent 809c148ff5
commit 1a2b7e8e1e

View file

@ -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: