Skip to content

[MVP] Scopes. Not for merging #31

[MVP] Scopes. Not for merging

[MVP] Scopes. Not for merging #31

Workflow file for this run

name: Daily Image Cleanup
on:
# every day at 01:30am
schedule:
- cron: '30 1 * * *'
jobs:
- name: ghcr cleanup action

Check failure on line 7 in .github/workflows/gh-image-purge.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/gh-image-purge.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
steps:
- uses: dataaxiom/ghcr-cleanup-action@v1
with:
older-than: 1 month
owner: kcp-dev
repository: kcp
package: kcp-prs
delete-tags: '^pr-\d+-[a-z0-9]+-[a-z0-9]+$'
use-regex: true
dry-run: true