rust-mobile / android-rs-glue

Glue between Rust and Android
Apache License 2.0
905 stars 111 forks source link

Docker image auto-publishing failing to upload #250

Open Osspial opened 5 years ago

Osspial commented 5 years ago

Command is failing with following message:

#!/bin/sh -eo pipefail
echo "$DOCKERHUB_PASSWORD" | docker login -u $DOCKERHUB_LOGIN --password-stdin
docker push $IMAGE_NAME

Error response from daemon: Get https://registry-1.docker.io/v2/: unauthorized: incorrect username or password
Exited with code 1

cc @tomaka

tomaka commented 5 years ago

I see. Unfortunately since I'm not really watching the repo anymore, I don't really want to give the password allowing access to all my Docker images. Anyone could change IMAGE_NAME to something else and overwrite my other images.

tomaka commented 5 years ago

We could set up an organization on Docker hub? I think you get one repository for free.

Osspial commented 5 years ago

I'd be fine with that.