-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
use GHA to update Docker Hub repo description #289
Comments
Hi @BretFisher, I would like to work on this task. You can assign it to me! Thanks, and have a good day ahead! |
/assign |
Hi @BretFisher, I have gone through https://github.com/peter-evans/dockerhub-description and in the case of Following the peter-evans dockerhub-description I tried to achieve this goal (locally in example scenarios with more than one repo in docker hub ). Since we are having 3 docker images in 3 repos so the parameter "repository" was not taking more than one docker hub repo at the same time. So what is your suggestion on this? However, we can go for 3 yaml files each containing the individual docker hub repo name Let me know your thoughts on this! |
I could see the workflows for building images with separate yaml files for vote, worker, and result so suspecting that for this also you will go for 3 yaml files if I am going correctly. Please let me know whether "${{ secrets.DOCKERHUB_TOKEN }}" that you are using in other workflows is having a personal access token as a secret. @BretFisher I shall wait for your response soon! |
Currently, when we update the README.md in this repo, it doesn't update the readme in Docker Hub.
Making a workflow for this that only fires on changing README.me would fix that:
https://github.com/peter-evans/dockerhub-description
The text was updated successfully, but these errors were encountered: