docs(docker): refresh Docker Hub README + sync description in CI
- DOCKERHUB.md: update stale 0.3.5 examples to 0.9.0, multi-arch note, mirrors section (.com/.to/.onion), point all links to torrentclaw.com (GitHub 404s anonymously under the org shadow-ban) - release.yml: add peter-evans/dockerhub-description step so a tag push also syncs the Docker Hub page from DOCKERHUB.md (continue-on-error)
This commit is contained in:
parent
2efd5f2764
commit
c7af7681a2
2 changed files with 121 additions and 40 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -84,6 +84,18 @@ jobs:
|
|||
build-args: |
|
||||
VERSION=${{ github.ref_name }}
|
||||
|
||||
# Sync the Docker Hub repo description from DOCKERHUB.md. Non-fatal: a
|
||||
# description-API auth hiccup must not undo a successful image push.
|
||||
- name: Update Docker Hub description
|
||||
uses: peter-evans/dockerhub-description@v4
|
||||
continue-on-error: true
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
repository: torrentclaw/unarr
|
||||
readme-filepath: ./DOCKERHUB.md
|
||||
short-description: "unarr — the single binary that replaces your *arr stack"
|
||||
|
||||
|
||||
virustotal:
|
||||
needs: release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue