We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf4578 commit 91a732bCopy full SHA for 91a732b
README.md
@@ -127,7 +127,7 @@ jobs:
127
```
128
It is important that
129
- the image specified uses the tag starting githubactions-
130
-- there is `options: --user 1001:1001` below image
+- there is `options: --user 1001:1001 --group-add 128` below image to ensure it uses the correct user id and is added to the docker group
131
- the default shell is set to be bash
132
- the first step copies .tool-versions from /home/vscode to $HOME/.tool-versions
133
0 commit comments