We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7e548 commit f8a7014Copy full SHA for f8a7014
.appveyor.yml
@@ -45,7 +45,7 @@ deploy_script:
45
if ( $env:APPVEYOR_PULL_REQUEST_NUMBER ) {
46
Write-Host Nothing to deploy.
47
} else {
48
- docker login --username $env:DOCKER_USERNAME --password $env:DOCKER_PASSWORD
+ echo $env:DOCKER_PASSWORD | docker login --username $env:DOCKER_USERNAME --password-stdin
49
50
if ( $env:APPVEYOR_REPO_TAG -eq 'true' ) {
51
$major,$minor,$patch = $env:APPVEYOR_REPO_TAG_NAME.substring(1).split('.')
0 commit comments