ci: add missing gid when running dev container

This commit is contained in:
jo 2022-08-13 20:24:28 +02:00 committed by Kyle Robbertze
parent 8810b5875f
commit 6d928d9b24
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ jobs:
container:
image: ghcr.io/libretime/libretime-dev:${{ matrix.release }}
options: --user 1001
options: --user 1001:1001
defaults:
run:
shell: bash

View File

@ -48,7 +48,7 @@ jobs:
container:
image: ghcr.io/libretime/libretime-dev:${{ matrix.release }}
options: --user 1001
options: --user 1001:1001
defaults:
run:
shell: bash