Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automating the release process #266

Closed
spiegela opened this issue Nov 3, 2020 · 1 comment · Fixed by #379
Closed

Automating the release process #266

spiegela opened this issue Nov 3, 2020 · 1 comment · Fixed by #379
Assignees
Labels
area/CI Continuous Integration kind/bug Something isn't working Priority-P1

Comments

@spiegela
Copy link
Contributor

spiegela commented Nov 3, 2020

Description

The release job in travis is failing to push docker images out in the release process. The user credentials for the Docker reigstry must have changed, and were not updated in the encrypted Travis configuration

https://travis-ci.org/github/pravega/zookeeper-operator/jobs/736353355

Error response from daemon: Get https://registry-1.docker.io/v2/: unauthorized: incorrect username or password
Makefile:84: recipe for target 'login' failed
make: *** [login] Error 1
Script failed with status 2

Importance

❗ Critical ❗

Location

https://github.com/pravega/zookeeper-operator/blob/master/.travis.yml#L12

Suggestions for an improvement

Fix the credentials to allow docker push

@spiegela spiegela added kind/bug Something isn't working Priority-P1 area/CI Continuous Integration labels Nov 3, 2020
@anishakj
Copy link
Contributor

anishakj commented Nov 3, 2020

@spiegela We are pushing the images to docker hub manually as of now. This is done because the make push won't tag the images properly. It is not a broken functionality.

@anishakj anishakj self-assigned this Dec 8, 2020
@anishakj anishakj changed the title Release job is failing in travis due to incorrect credentials Automating the release process Aug 17, 2021
@anishakj anishakj added this to the Release 0.2.13 milestone Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration kind/bug Something isn't working Priority-P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants