Skip to content

Commit

Permalink
Update container-housekeeping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stwissel authored Jul 17, 2023
1 parent e513f10 commit 219f740
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/container-housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ on:
workflow_dispatch:

jobs:
nuke-them:
name: 'Delete all containers from repository without tags'
uses: Chizkiyahu/delete-untagged-ghcr-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }}
untagged_only: true
owner_type: org # or user
name: Delete Package Versions
uses: actions/[email protected]
with:
package-name: 'projectkeep-r12'
package-type: 'container'
min-versions-to-keep: 10

0 comments on commit 219f740

Please sign in to comment.