mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
ci: Don't keep tagged images when purging them
This commit is contained in:
parent
01d86ebba8
commit
3242e551fd
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user