You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http client: add docker.io fallback support and default namespace (#74)
* Update http.ts
* add default namespace
* Update http.ts
* added prettier and also fixed let to const
* moved library default to http.ts
* resolved unused and out of bounds variables
---------
Co-authored-by: Ciprian <cberescu@gmail.com>
Copy file name to clipboardExpand all lines: src/authentication-method.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ export async function authenticationMethodFromEnv(env: Env) {
19
19
returnnewUserAuthenticator(credentials);
20
20
}
21
21
22
-
console.error("Either env.JWT_REGISTRY_TOKENS_PUBLIC_KEY must be set or both env.USERNAME, env.PASSWORD must be set or both env.READONLY_USERNAME, env.READONLY_PASSWORD must be set.");
22
+
console.error(
23
+
"Either env.JWT_REGISTRY_TOKENS_PUBLIC_KEY must be set or both env.USERNAME, env.PASSWORD must be set or both env.READONLY_USERNAME, env.READONLY_PASSWORD must be set.",
0 commit comments