From 43272455ae4b37630511930665d021a05c3bce31 Mon Sep 17 00:00:00 2001 From: CrimsonFez Date: Sun, 1 Feb 2026 02:08:40 -0600 Subject: [PATCH] Add Buildah plugin link (#6050) --- docs/plugins/woodpecker-plugins/plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/woodpecker-plugins/plugins.json b/docs/plugins/woodpecker-plugins/plugins.json index 4351458e8..e715dfd5f 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -304,6 +304,11 @@ "name": "BunnyCDN Cache Purge", "docs": "https://codeberg.org/bentasker/woodpecker-ci-bunnycdn-cache-flush/raw/branch/main/docs.md", "verified": false + }, + { + "name": "Buildah", + "docs": "https://raw.githubusercontent.com/404systems/plugin-buildah/refs/heads/main/docs.md", + "verified": false } ] }