Use ubuntu instead of jekyll user
Jekyll / test-ci-actions (push) Failing after 17s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 15:02:31 +02:00
parent dae2ef07c3
commit bbf59e574b
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ services:
uid: "${_UID:-1000}"
gid: "${_GID:-1000}"
volumes:
- .:/home/jekyll/workspace
working_dir: /home/jekyll/workspace
- .:/home/ubuntu/workspace
working_dir: /home/ubuntu/workspace
ports:
- "4000:4000"
stdin_open: true