Skip to content

Commit 3242e55

Browse files
authored
ci: Don't keep tagged images when purging them
1 parent 01d86eb commit 3242e55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ jobs:
8080
- name: Purge outdated images
8181
uses: actions/delete-package-versions@v5
8282
with:
83-
package-name: 'revanced-api'
84-
package-type: 'container'
83+
package-name: revanced-api
84+
package-type: container
8585
min-versions-to-keep: 5
86-
delete-only-untagged-versions: 'true'
8786
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)