Skip to content

Commit

Permalink
chore: Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 21, 2021
1 parent 6237c33 commit 10a4035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,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 10a4035

Please sign in to comment.