-
Notifications
You must be signed in to change notification settings - Fork 977
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!"
To Reproduce
See https://hub.docker.com/repository/docker/fluent/fluentd-kubernetes-daemonset/general
Expected behavior
"Repository Overview" will be continuously synced with latest README.md
Your Environment
N/AYour Configuration
N/AYour Error Log
N/AAdditional context
No response