Skip to content

Commit

Permalink
Use ghcr-cleanup-action to prune untagged images (#141)
Browse files Browse the repository at this point in the history
* Use ghcr-cleanup-action to prune untagged images
  • Loading branch information
mill1000 authored Aug 5, 2024
1 parent 1bb038d commit 460497b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prune-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ jobs:
edge
latest
# dry-run: true

- uses: dataaxiom/ghcr-cleanup-action@v1
with:
package: ${{ env.CONTAINER_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}
# dry-run: true
validate: true

0 comments on commit 460497b

Please sign in to comment.