Fix image cleanup (#10364)

This commit is contained in:
Nicolas Mowen
2024-03-10 12:18:44 -06:00
committed by GitHub
parent ee239744d8
commit 020b09216b

View File

@@ -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