[Komodo] Commit Sync: update master_sync.toml

This commit is contained in:
komodo
2025-12-14 14:14:19 +00:00
parent 1ec49ac17b
commit da4c9b7bd7

View File

@@ -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]] [[builder]]
name = "local" name = "local"
[builder.config] [builder.config]