Skip to content

Commit e80e4ff

Browse files
committed
Fix the user when running the Docker container
1 parent 1edca32 commit e80e4ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tox-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Run tox in container
3333
run: |
3434
docker run --rm \
35+
--user "$(id -u):$(id -g)" \
3536
-v "${{ github.workspace }}:/home/user/project" \
3637
-w /home/user/project \
3738
python-asn1:ci

0 commit comments

Comments
 (0)