From f15eefc0ff802e9ed86fe3bed721f9e4505fa400 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Tue, 31 Mar 2026 11:30:40 +0200 Subject: [PATCH] ci(docker): remove dockerhub-description sync step --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26bfe9c..25555e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,14 +62,6 @@ 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