Skip to content

Commit

Permalink
Update prune.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto authored Nov 13, 2023
1 parent 7929ac9 commit e4cc677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
# https://github.com/actions/delete-package-versions#delete-all-untagged-container-versions-except-y-latest-untagged-versions
- name: Prune untagged images from ghcr
uses: actions/delete-package-versions@v4
with:
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-name: 'src-test-workspace'
package-type: 'container'
min-versions-to-keep: 3 # ...but keep the latest n untagged images
Expand Down

0 comments on commit e4cc677

Please sign in to comment.