Use local Kroki instance.

This commit is contained in:
Oliver Drotbohm
2025-04-25 11:14:28 +02:00
parent 76f0e69ac6
commit 2730d9fa22
2 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ jobs:
build:
if: github.repository_owner == 'spring-projects'
runs-on: ubuntu-latest
services:
kroki:
image: yuzutech/kroki
ports:
- 4711:8000
steps:
- name: Checkout