wormszer

Results 3 comments of wormszer

I have the same issue. I am running on windows. If i paste the command in powershell it will run. It seems like maybe its something in the execSync function...

seems like this fix to the cli.js seems to work. basically splitting up the login and push. execSync(`docker build -t ${dockerConfig.imageName} .`, {stdio: 'inherit'}); execSync(`${dockerLoginCommand}`, {stdio: 'inherit'}); execSync(`docker push ${dockerConfig.imageName}`,...

Looking at it more it might be that, because the latency is not correct. Its resending lots of messages, It finally gets a completed message back, and looks at the...