1

use docker hub registry

This commit is contained in:
Evan Pratten 2023-03-28 11:17:48 -04:00
parent 71bbbae142
commit 28954a41cb

View File

@ -6,7 +6,7 @@ const DEFAULT_USER = "ewpratten";
const ALLOWED_EXTRA_USERS = [
];
const TARGET_URL = new URL("https://index.docker.io/v2/");
const TARGET_URL = new URL("https://registry.hub.docker.com/v2/");
export function onRequest(context) {