diff --git a/master_sync.toml b/master_sync.toml index 8c6ecc5..11fcbc4 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -716,23 +716,6 @@ await komodo.execute('GlobalAutoUpdate', {server: "unraid"}); ## -[[action]] -name = "Prune Images" -[action.config] -schedule = "Every Sunday at noon" -schedule_timezone = "America/New_York" -file_contents = """ - - -// Get Tag Id. The API should throw if it's not found, but we employ safety checks just in case - -// Deploy all stacks, minus the excluded ones -console.log('PruneImages'); -await komodo.execute('PruneImages', {server: "unraid"}); -""" - -## - [[builder]] name = "local" [builder.config]