Fixed issue that would not start decluttarr

This commit is contained in:
Benjamin Harder
2024-04-18 00:24:38 +02:00
parent 40125f8451
commit f916e0c275
2 changed files with 1 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ on:
- '**/*'
- '!README.md'
- '!CONTRIBUTE.md'
- 'versionCleanup.js'
workflow_dispatch:
jobs:
@@ -74,11 +73,3 @@ jobs:
--build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \
--push \
# "annotations": { "org.opencontainers.image.description": "DESCRIPTION" }
# - name: "Delete untagged versions"
# uses: actions/delete-package-versions@v4
# with:
# package-name: 'decluttarr'
# package-type: 'container'
# delete-only-untagged-versions: 'true'