mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 05:54:00 +02:00
Adding deletion of old packages on DEV branch
This commit is contained in:
7
.github/workflows/dev.yml
vendored
7
.github/workflows/dev.yml
vendored
@@ -49,3 +49,10 @@ jobs:
|
||||
run: |
|
||||
docker build -f docker/Dockerfile -t $IMAGE_NAME:$IMAGE_TAG .
|
||||
docker push $IMAGE_NAME:$IMAGE_TAG
|
||||
|
||||
- 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