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 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
c235e67158
commit
0365c1f222
@@ -16,7 +16,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: docker
|
runs-on: org
|
||||||
container:
|
container:
|
||||||
image: maven:3.9-eclipse-temurin-21
|
image: maven:3.9-eclipse-temurin-21
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user