peter-evans/Docker Hub Description
An action to update a Docker Hub repository description from README.md
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Docker Hub username | yes | — |
| password | Docker Hub password or Personal Access Token with read/write/delete scope | yes | — |
| repository | Docker Hub repository in the format `<namespace>/<name>` Default: `github.repository` | — | — |
| short-description | Docker Hub repository short description | — | — |
| readme-filepath | Path to the repository readme Default: `./README.md` | — | — |
| enable-url-completion | Enables completion of relative URLs to absolute ones Default: `false` | — | — |
| image-extensions | File extensions that will be treated as images Default: `bmp,gif,jpg,jpeg,png,svg,webp` | — | — |
Outputs
no outputs