mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-06-28 06:45:58 +00:00
18 lines
370 B
YAML
18 lines
370 B
YAML
name: Cleanup Docker Images
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
ghcr-cleanup-image:
|
|
name: ghcr cleanup action
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: dataaxiom/ghcr-cleanup-action@v1
|
|
with:
|
|
package: yamtrack
|
|
keep-n-untagged: 15
|
|
delete-ghost-images: true
|
|
delete-orphaned-images: true
|
|
validate: true
|