mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-04-17 19:49:23 +02:00
Enable scheduled pruning of old GHCR images
This commit is contained in:
4
.github/workflows/prune.yml
vendored
4
.github/workflows/prune.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Prune Old GHCR Images
|
||||
|
||||
on:
|
||||
#schedule:
|
||||
# - cron: '0 0 * * 0' # Runs at 00:00 every Sunday
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # Runs at 00:00 every Sunday
|
||||
workflow_dispatch: # Allows you to run it manually from the Actions tab
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user