mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix image cleanup (#10364)
This commit is contained in:
parent
ee239744d8
commit
020b09216b
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Delete old images
|
- name: Delete old images
|
||||||
uses: snok/container-retentation-policy@v2
|
uses: snok/container-retention-policy@v2
|
||||||
with:
|
with:
|
||||||
image-names: dev-*
|
image-names: dev-*
|
||||||
cut-off: 60 days ago UTC
|
cut-off: 60 days ago UTC
|
||||||
|
Loading…
Reference in New Issue
Block a user