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 bd2c0c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ 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
dry-run: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bd2c0c3

Please sign in to comment.