You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflow that keeps dockerhub image descriptions in sync with readmes is failing. It would be nice to have this automation working so that dockerhub image descriptions stay updated with changes to source readmes in this repository.
there are no readmes in the content/base and content/pro directories which causes the peter-evans/dockerhub-description github action to fail with the following errors:
ENOENT: no such file or directory, open './content/base/README.md'
ENOENT: no such file or directory, open './content/pro/README.md'
there is a single readme under content/README.md that documents both the base and pro images
the rest of the errors are Forbidden errors. these are likely caused by the dockerhub access token having insufficient permissions
Ran a test in a personal repository to verify an access token with read/write/delete permissions is able to successfully update a dockerhub description using the peter-evans/dockerhub-description action:
The workflow that keeps dockerhub image descriptions in sync with readmes is failing. It would be nice to have this automation working so that dockerhub image descriptions stay updated with changes to source readmes in this repository.
https://github.com/rstudio/rstudio-docker-products/actions/workflows/update-readme.yaml
There are currently two causes of the failures:
there are no readmes in the
content/base
andcontent/pro
directories which causes thepeter-evans/dockerhub-description
github action to fail with the following errors:content/README.md
that documents both thebase
andpro
imagesthe rest of the errors are
Forbidden
errors. these are likely caused by the dockerhub access token having insufficient permissionspassword
input for thepeter-evans/dockerhub-description
github action must haveread/write/delete
scope. https://github.com/peter-evans/dockerhub-description?tab=readme-ov-file#action-inputspeter-evans/dockerhub-description#10
peter-evans/dockerhub-description#248
The text was updated successfully, but these errors were encountered: