-
Notifications
You must be signed in to change notification settings - Fork 352
Description
Describe the bug
Since image was published via GitHub Actions, "Repository Overview" on hub.docker.com was not synced.
This is because autobuild is not available and not kicked anymore on hub.docker.com.
In Repository Overview help explains like this:
The repository overview is shown in the public view of your repository when the repository has at least one image. Use it to tell users what your image does and how to run it.
If autobuilds are enabled, the overview will be synced from the source code repository's README.md file on each successful build.
This situation misleads docker image users - "Hey! version v1.xx is not published yet!"
Tip
UPDATE 2025/05/23: I've overlooked manually editing workflow here, https://hub.docker.com/repository/docker/fluent/fluentd/general, but want to automate it.
To Reproduce
See https://hub.docker.com/r/fluent/fluentd
(Admin?: https://hub.docker.com/repository/docker/fluent/fluentd/general)
Expected behavior
"Repository Overview" will be continuously synced with latest README.md
Your Environment
N/A
Your Configuration
N/A
Your Error Log
N/A
Additional context
No response