mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 04:53:58 +02:00
Fixed issue that would not start decluttarr
This commit is contained in:
9
.github/workflows/dev.yml
vendored
9
.github/workflows/dev.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user