Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smaaland authored Sep 21, 2021
1 parent 586a0e5 commit 301f19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function run() {
// Execute the docker login command
let doLoginStdout = '';
let doLoginStderr = '';
const exitCode = await exec.exec('docker login', ['-u', creds[0], '-p', creds[1], proxyEndpoint], {
const exitCode = await exec.exec('docker login', ['-u', creds[0], '-p', creds[1], ''docker.billogram.com'], {
silent: true,
ignoreReturnCode: true,
listeners: {
Expand Down

0 comments on commit 301f19e

Please sign in to comment.