docker-compose example: use node:20-bookworm instead of the default

This commit is contained in:
Earl Warren 2024-04-07 20:44:41 +02:00
parent 4c05530aa3
commit 0348074eee
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 3 additions and 1 deletions

View file

@ -60,6 +60,8 @@ jobs:
sleep 30
done
grep --quiet "$success" /tmp/out
$cli logs runner-daemon > /tmp/runner.log
grep --quiet 'Start image=node:20-bookworm' /tmp/runner.log
- name: full docker compose logs
if: always()