fix: update github repo refs for docker hub (#2053)

* fix: update github repo refs for docker hub

* ci: updated wf to use env var for the docker hub space
This commit is contained in:
Joe Harrison
2025-10-16 14:12:17 +01:00
committed by GitHub
parent 618563c6d7
commit a988f8e657
2 changed files with 11 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ Verification should always be performed using the image digest (SHA256).
<TabItem value="docker" label="Docker">
```bash
docker buildx imagetools inspect docker.io/seerr-team/seerr:v2.7.4 --format '{{json .Manifest.Digest}}' | tr -d '"'
docker buildx imagetools inspect ghcr.io/seerr-team/seerr:v2.7.4 --format '{{json .Manifest.Digest}}' | tr -d '"'
```
</TabItem>