add dokcerhub description action

This commit is contained in:
2026-07-21 10:10:52 +02:00
commit 650900c57a
3 changed files with 132 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
By default, Gitea runner environments do not include the dependencies required by (dockerhub-description)https://github.com/peter-evans/dockerhub-description
This action is a wrapper around `dockerhub-description` that installs the required dependencies before invoking the upstream action, allowing it to run successfully on Gitea runners.
The wrapper then invokes the upstream action using the same inputs, making it a drop-in replacement.
usage:
```yaml
uses: https://git.claeyscloud.com/david/gitea-actions/dockerhub-description@main
with:
username: username
password: password
repository: repo
```