Skip to content

refactor(api): use state in actuator types #50

refactor(api): use state in actuator types

refactor(api): use state in actuator types #50

name: Clean up registry
on:
pull_request:
branches: [main]
types: [closed, opened, synchronize]
permissions:
packages: write
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Ghcr.io Cleanup Action
uses: dataaxiom/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
dry-run: ${{ github.event.action != 'closed' }}
delete-untagged: true
delete-orphaned-images: true
delete-tags: ${{ github.head_ref }}