Skip to content

Commit

Permalink
Enhance delete-packages workflow: add options to keep minimum version…
Browse files Browse the repository at this point in the history
…s and delete only pre-release versions

Signed-off-by: Dan Urson <dan.urson@cresta.ai>
  • Loading branch information
notdurson committed Jan 3, 2025
1 parent b01a150 commit 9d331e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/delete-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ jobs:
- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
with:
package-name: 'atlantis'
package-type: 'container'
package-type: 'container'
min-versions-to-keep: 10
delete-only-pre-release-versions: "true"

0 comments on commit 9d331e9

Please sign in to comment.