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 e4cc677 commit a5be8fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/delete-package-versions@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-name: 'src-test-workspace'
package-type: 'container'
package-name: src-test-workspace
package-type: container
min-versions-to-keep: 3 # ...but keep the latest n untagged images
delete-only-untagged-versions: 'true'
delete-only-untagged-versions: true

0 comments on commit a5be8fd

Please sign in to comment.