From 3c1a4b60310d518da70ab0a87c45bc3e78a4899b Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Mon, 11 Mar 2024 13:56:22 +0000 Subject: [PATCH] Update image registry (#1334) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Describe what your pull request does and which issue you’re targeting I moved my images from dockerhub to the codeberg registry, this updates the location for woodpecker.

- [x] I carefully read the [contribution guidelines](https://codeberg.org/gitnex/GitNex/wiki/Contributing). - [x] I'm following the code standards as defined [here](https://codeberg.org/gitnex/GitNex/wiki/Code-Standards). - [x] By submitting this pull request, I permit GitNex to license my work under the [GNU General Public License v3](https://codeberg.org/GitNex/GitNex/src/branch/main/LICENSE). Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1334 Co-authored-by: qwerty287 Co-committed-by: qwerty287 --- .woodpecker/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/check.yml b/.woodpecker/check.yml index 23004ff1..d3611a30 100644 --- a/.woodpecker/check.yml +++ b/.woodpecker/check.yml @@ -1,6 +1,6 @@ steps: author-header: - image: qwerty287/woodpecker-regex-check + image: codeberg.org/qwerty287/woodpecker-regex-check settings: pattern: "*.java" regex: " \\\\* \\\\@author [\\\\S\\\\s]+"