mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-06-28 06:45:58 +00:00
Add validation option to image cleanup workflow
This commit is contained in:
5
.github/workflows/image-cleanup.yml
vendored
5
.github/workflows/image-cleanup.yml
vendored
@@ -12,5 +12,8 @@ jobs:
|
||||
steps:
|
||||
- uses: dataaxiom/ghcr-cleanup-action@v1
|
||||
with:
|
||||
keep-n-untagged: 15
|
||||
package: yamtrack
|
||||
keep-n-untagged: 15
|
||||
validate: true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user