Removed unsupported updating of the GHCR.
This commit is contained in:
parent
c40ea173fa
commit
a2f031e757
2 changed files with 2 additions and 12 deletions
12
.github/workflows/build-docker-image.yml
vendored
12
.github/workflows/build-docker-image.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/build-release.yaml
vendored
2
.github/workflows/build-release.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Release
|
||||
name: Create GitHub Release
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue