From 35f8e711e1e745f8e89af8b6165d71e364de129c Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Thu, 10 Feb 2022 21:10:51 +0100 Subject: [PATCH] change to ghcr We all love docker hub but the rate limiting is stupid af. So I think we should be switching to ghcr to make this future proof. --- whoogle/build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whoogle/build.json b/whoogle/build.json index fbb87285f..16a1df600 100644 --- a/whoogle/build.json +++ b/whoogle/build.json @@ -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" } }