Merge pull request #212 from bruvv/patch-2

change to ghcr
This commit is contained in:
Alexandre
2022-02-10 21:14:40 +01:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "benbusby/whoogle-search:latest",
"aarch64": "benbusby/whoogle-search:latest",
"amd64": "benbusby/whoogle-search:latest"
"armv7": "ghcr.io/benbusby/whoogle-search:latest",
"aarch64": "ghcr.io/benbusby/whoogle-search:latest",
"amd64": "ghcr.io/benbusby/whoogle-search:latest"
}
}