Removed unsupported updating of the GHCR.

This commit is contained in:
Roger Far 2025-04-13 10:24:35 -06:00
parent c40ea173fa
commit a2f031e757
2 changed files with 2 additions and 12 deletions

View file

@ -1,4 +1,4 @@
name: Docker Image CI
name: Release Docker Image
on:
push:
@ -84,13 +84,3 @@ jobs:
short-description: |
A web interface to manage your torrents on debrid providers.
readme-filepath: ./README-DOCKER.md
- name: Github Registry Description
if: ${{ env.ENABLE_GHCR == 1 }}
uses: peter-evans/dockerhub-description@v3.3.0
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
short-description: |
A web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize.
readme-filepath: ./README-DOCKER.md

View file

@ -1,4 +1,4 @@
name: Release
name: Create GitHub Release
on:
push: