ci: Don't keep tagged images when purging them

This commit is contained in:
oSumAtrIX 2025-04-09 14:45:07 +02:00 committed by GitHub
parent 01d86ebba8
commit 3242e551fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,8 +80,7 @@ jobs:
- name: Purge outdated images
uses: actions/delete-package-versions@v5
with:
package-name: 'revanced-api'
package-type: 'container'
package-name: revanced-api
package-type: container
min-versions-to-keep: 5
delete-only-untagged-versions: 'true'
token: ${{ secrets.GITHUB_TOKEN }}