Increase log output size to 300 lines in docker workflow

There was a stacktrace in a run, and we could not read the start of the
stacktrace indicating which env var produced it.
This commit is contained in:
Christophe Bliard
2026-02-06 09:11:29 +01:00
parent 9fb06a8ab8
commit 0028bb701f
+1 -1
View File
@@ -270,7 +270,7 @@ jobs:
sleep 60
docker logs openproject --tail 100
docker logs openproject --tail 300
wget -O- --retry-on-http-error=503,502 --retry-connrefused http://localhost:8080/api/v3
- name: Push image
id: push