Skip to content

fix ghcr cleanup yml #3

fix ghcr cleanup yml

fix ghcr cleanup yml #3

Workflow file for this run

name: Clean git container registry

Check failure on line 1 in .github/workflows/ghcr_cleanup.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ghcr_cleanup.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: delete-untagged-images
on:
workflow_dispatch:
release:
types: [ created ] # Runs only when a new release is created
jobs:
delete-untagged-images:
name: Delete Untagged Images
runs-on: ubuntu-latest
permissions:
packages: write