We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33b1d0 commit 9b8759eCopy full SHA for 9b8759e
.github/workflows/dev-documentation.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-22.04
25
env:
26
RENDERER_NETWORK: renderer-net
27
- RENDERER_IMAGE: plantuml/plantuml-server:jetty-v1.2026.0
+ RENDERER_IMAGE: plantuml/plantuml-server:jetty-v1.2026.2
28
RENDERER_CONTAINER_NAME: renderer
29
defaults:
30
run:
.github/workflows/release-documentation.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
steps:
- name: Check that the pipeline started on a tag and not on a branch
0 commit comments