-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failure to update description on DockerHub through CI #159
Comments
Looks like an issue on DockerHub side: docker/hub-feedback#2127 (comment) |
2 fast workarounds available:
WDYT @hgwood? |
Both! Disabling 2FA is not an option IMO. Disabling update-description seems better to me. |
I'll do some more tests. At first quick check it was working so it's weird. |
Yes it seems very weird that the API wouldn't accept access tokens. Aren't they made exactly for this? |
From docker/hub-feedback#2127 (comment) it's an issue that may be fixed soon. |
Now hitting CircleCI-Public/docker-orb#138 |
Build 438 on April 29th, 2022 at 11:53:01 AM GMT+02:00 was OK.
Next build 444 on June 15th, 2022 at 3:08:14 PM GMT+02:00 was NOK.
Nothing changed in term of CI between those 2: abd3faf...91d6c92
Issue is in updating description on DockerHub.
Done with command from orb
circleci/docker
: https://circleci.com/developer/orbs/orb/circleci/docker#commands-update-descriptionWhen debugging:
I would guess the CircleCI context
docker-hub-zenika
was changed to use a Personnal Access Token instead of password and/or 2FA was activated for this account, which break API calls...https://docs.docker.com/docker-hub/api/latest/#tag/authentication:
The text was updated successfully, but these errors were encountered: