-
Notifications
You must be signed in to change notification settings - Fork 33
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
DockerHub release workflows broken #104
Comments
@tim-hellhake I tried to fix this with #105 by replacing password with a personal access token as we did with WebThingsIO/addon-builder@13f94eb#diff-6e17565eb21d66eba4e808cded354e8dd1ec2f5c580ab6632c708acb2d2c509fR45 Unfortunately the workflow still fails with the error "Error: The parameter dockerPassword is missing". so it requires a bit more investigation. If the current GitHub action doesn't support personal access tokens we may have to switch to a newer workflow. See https://docs.docker.com/build/ci/github-actions/ I will try to take another look tomorrow but if you get a chance sooner then please do because I am expecting outgoing email to stop working for the webthings.io registration server at some point today. |
@benfrancis it fails because there no secret called |
🤦 thanks! I've updated the username and personal access token secrets in the repository. The release workflow is now failing with a new error:
I have proposed a temporary fix for this error in #106 |
Fixed by #106 |
DockerHub now requires a personal access token instead of a password
The text was updated successfully, but these errors were encountered: