Skip to content

Commit

Permalink
ci: Keep 50 package versions.
Browse files Browse the repository at this point in the history
If we build once a week then this gives about a year of pinning before people
have to upgrade.  Personally I think 90 days should be the limit but I can't be
too prescriptive.

Fixes: #121
  • Loading branch information
jaqx0r committed Feb 15, 2025
1 parent 4dfa8e0 commit 8fac39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-old-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
package-name: mtail
package-type: container
min-versions-to-keep: 10
min-versions-to-keep: 50

0 comments on commit 8fac39a

Please sign in to comment.