Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Docker image auto-publishing failing to upload #250

Open
Osspial opened this issue Sep 19, 2019 · 3 comments
Open

Docker image auto-publishing failing to upload #250

Osspial opened this issue Sep 19, 2019 · 3 comments

Comments

@Osspial
Copy link
Contributor

Osspial commented Sep 19, 2019

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
Copy link
Contributor

tomaka commented Sep 24, 2019

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
Copy link
Contributor

tomaka commented Sep 24, 2019

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

@Osspial
Copy link
Contributor Author

Osspial commented Sep 24, 2019

I'd be fine with that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants