From 0a22070400e12eb34bdccf90be3509833cb1cd8a Mon Sep 17 00:00:00 2001 From: Marco Blessing Date: Tue, 13 May 2025 17:18:18 +0200 Subject: [PATCH] add Portainer Service Update plugin (#5172) --- 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 37bc76dfb..506334592 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -264,6 +264,11 @@ "name": "Pre-commit Runner", "docs": "https://codeberg.org/sp1thas/woodpecker-ci-pre-commit/raw/branch/main/docs.md", "verified": false + }, + { + "name": "Portainer Service Update", + "docs": "https://codeberg.org/woodpecker-community/portainer-service-update/raw/branch/main/docs.md", + "verified": false } ] }