There was an error while loading. Please reload this page.
1 parent 201baea commit 338d51fCopy full SHA for 338d51f
1 file changed
src/docker-config.ts
@@ -1,8 +1,8 @@
1
import fs from "fs";
2
import path from "path";
3
-import {AuthConfig} from "dockerode";
+import {AuthConfig, AuthConfigObject} from "dockerode";
4
5
-export type DockerAuths = Record<string, {auth?: string}>;
+export type DockerAuths = Record<string, AuthConfigObject>;
6
7
export async function loadDockerAuths (): Promise<DockerAuths> {
8
const configDir = process.env.DOCKER_CONFIG ?? path.join(process.env.HOME ?? "~", ".docker");
0 commit comments