Skip to content

[major] V4 Update overhaul to remove DB file requirements #37

[major] V4 Update overhaul to remove DB file requirements

[major] V4 Update overhaul to remove DB file requirements #37

name: Update Docker Hub Description
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
workflow_dispatch:
jobs:
dockerHubDescription:
name: Update Docker Hub Description
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: feramance/qbitrr
short-description: ${{ github.event.repository.description }}
enable-url-completion: true