Skip to content

Commit

Permalink
use env based credentials first for docker
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Nov 20, 2023
1 parent eebe399 commit 127e1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export const makeRequest = async (path, method = "GET", forRegistry) => {
enableUnixSockets: true,
method
};
const defaultOptions = getDefaultOptions();
const defaultOptions = getDefaultOptions(forRegistry);
const opts = Object.assign(
{},
{
Expand Down

0 comments on commit 127e1ee

Please sign in to comment.