ci: also manage the Docker Hub short description via the sync workflow (#365)

Adds a short-description input so the one-liner stays at '200+ tools' alongside the auto-synced overview, instead of drifting at the old '150+ tools'.
This commit is contained in:
SnapOtter
2026-06-28 21:51:05 +08:00
committed by GitHub
parent 19b515dc5f
commit e6f4ac7b13
+4 -2
View File
@@ -1,7 +1,8 @@
name: Sync Docker Hub description
# Publishes DOCKERHUB.md as the snapotter/snapotter repository overview on Docker Hub
# when it changes on main (or on manual dispatch). Secret DOCKER_HUB_README holds the
# Publishes DOCKERHUB.md as the snapotter/snapotter repository overview (and sets the
# short description) on Docker Hub when it changes on main (or on manual dispatch).
# Secret DOCKER_HUB_README holds the
# Docker Hub account password; DOCKERHUB_USERNAME already exists (used by release.yml).
on:
@@ -28,3 +29,4 @@ jobs:
password: ${{ secrets.DOCKER_HUB_README }}
repository: snapotter/snapotter
readme-filepath: ./DOCKERHUB.md
short-description: "Self-hosted file toolkit. 200+ tools for Image, Video, Audio, PDF, and Files. Open source."