Skip to content

Commit

Permalink
Automatic (outdated) images cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 17, 2024
1 parent 83e16b3 commit 76b7cbe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cleanup-old-docker-images.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Cleanup Old Docker Images > 6 months by the scheduler

on:
schedule:
- cron: '0 11 * * *'
push:
# schedule:
# - cron: '0 11 * * *'
branches-ignore:
- master


jobs:
cleanup:
Expand Down

0 comments on commit 76b7cbe

Please sign in to comment.