Skip to content

Commit

Permalink
Fix gcr cleaner workflow (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeziel committed Jul 31, 2023
1 parent 6491335 commit e0405c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run Cleanup Script
# Keep at least 3 images, delete images older than 168 hours (7 days)
run: |
python containers/cleangcr.py -k 3 -g 168
python containers/cleangcr.py -y -k 3 -g 168

0 comments on commit e0405c5

Please sign in to comment.