docker-compose example: use node:20-bookworm instead of the default
This commit is contained in:
parent
4c05530aa3
commit
0348074eee
2 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue