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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,14 @@ This is useful if you `docker push` your images to Docker Hub. It provides an ea
23
23
| `username` | (**required**) Docker Hub username. If updating a Docker Hub repository belonging to an organization, this user must have `Admin` permissions for the repository. | |
24
24
| `password` | (**required**) Docker Hub password or [Personal Access Token](https://docs.docker.com/docker-hub/access-tokens/) with `read/write/delete` scope. | |
25
25
| `repository` | Docker Hub repository in the format `<namespace>/<name>`. | `github.repository` |
26
-
| `short-description` | Docker Hub repository short description. Input exceeding 100 characters will be truncated. | |
26
+
| `short-description` | Docker Hub repository short description. | |
27
27
| `readme-filepath` | Path to the repository readme. | `./README.md` |
28
28
29
+
#### Content limits
30
+
31
+
DockerHub has content limits, which if exceeded will result in the content being automatically truncated.
32
+
The readme content is limited to 25,000 bytes, and `short-description` is limited to 100 characters.
33
+
29
34
#### Specifying the file path
30
35
31
36
The action assumes that there is a file called `README.md` located at the root of the repository.
0 commit comments