ci(docker): add Docker Hub description sync and DOCKERHUB.md
Some checks failed
Release / release (push) Failing after 1s
Release / docker (push) Has been skipped
Release / virustotal (push) Failing after 0s

This commit is contained in:
Deivid Soto 2026-03-31 10:24:14 +02:00
parent af08073aa8
commit e4f45332ca
2 changed files with 139 additions and 0 deletions

View file

@ -62,6 +62,15 @@ jobs:
build-args: |
VERSION=${{ github.ref_name }}
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: torrentclaw/unarr
readme-filepath: DOCKERHUB.md
short-description: "Powerful terminal tool for torrent search and management"
virustotal:
needs: release
runs-on: ubuntu-latest