From 0365c1f222088ffb66c5900bc8a33684166a20a4 Mon Sep 17 00:00:00 2001 From: Zakaria El Orche Date: Wed, 12 Aug 2026 19:41:26 +0000 Subject: [PATCH] ci: fix runner label (org, not docker) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The org's Gitea Actions runner is registered under the label "org" — "docker" doesn't match anything online, so the publish job never got picked up. Co-Authored-By: Claude Sonnet 5 --- .gitea/workflows/publish-maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-maven.yml b/.gitea/workflows/publish-maven.yml index 1952e48..8307025 100644 --- a/.gitea/workflows/publish-maven.yml +++ b/.gitea/workflows/publish-maven.yml @@ -16,7 +16,7 @@ on: jobs: publish: - runs-on: docker + runs-on: org container: image: maven:3.9-eclipse-temurin-21 steps: