From 9709bb655f269e7ca2bac13a04c9f66ebcc48494 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 23 Feb 2024 19:57:03 +0000 Subject: [PATCH] test: test forgejo v7 Signed-off-by: Michael Kriese --- ci/v7-rootless.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ci/v7-rootless.yml diff --git a/ci/v7-rootless.yml b/ci/v7-rootless.yml new file mode 100644 index 0000000..88783db --- /dev/null +++ b/ci/v7-rootless.yml @@ -0,0 +1,6 @@ +image: + registry: codeberg.org + repository: forgejo-integration/forgejo + tag: 7.0-test + pullPolicy: Always + # rootless: true <- default \ No newline at end of file