rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
71 stars 92 forks source link

Build and publish Windows image on AppVeyor #7

Closed ecstatic-morse closed 5 years ago

ecstatic-morse commented 5 years ago

This builds and publishes the Windows image added in #5 on AppVeyor. As with the Travis CI integration, DOCKER_{PASSWORD,USERNAME} must be set as environment variables.

pietroalbini commented 5 years ago

Configured the environment variables and the permissions, let's try this!

ecstatic-morse commented 5 years ago

Deployment failed.

I believe that DOCKER_USERNAME was not actually set, and --username ended up taking --password-stdin as an argument. I'll push some changes which explicitly check this.