Skip to content

Commit

Permalink
Work around limit of 100 untagged images removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Aug 16, 2024
1 parent 8665dd7 commit 6ab5837
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@main
- uses: dataaxiom/ghcr-cleanup-action@main
with:
package-name: 'emacs'
package-type: 'container'
delete-only-untagged-versions: 'true'
package: emacs
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6ab5837

Please sign in to comment.