ci: add missing gid when running dev container
This commit is contained in:
parent
8810b5875f
commit
6d928d9b24
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue