Skip to content

Commit

Permalink
Fix package name in prune workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Nov 1, 2023
1 parent 7c3c9dd commit 8eae753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Prune untagged images from ghcr
uses: actions/delete-package-versions@v4
with:
package-name: 'utrechtuniversity/src-test-workspace'
package-name: 'src-test-workspace'
package-type: 'container'
min-versions-to-keep: 5 # ...but keep the latest n untagged images
delete-only-untagged-versions: 'true'

0 comments on commit 8eae753

Please sign in to comment.