mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 05:46:18 +00:00
ci: Don't keep tagged images when purging them
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user