ci: add missing gid when running dev container
This commit is contained in:
parent
8810b5875f
commit
6d928d9b24
2 changed files with 2 additions and 2 deletions
2
.github/workflows/_python.yml
vendored
2
.github/workflows/_python.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/api.yml
vendored
2
.github/workflows/api.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue