You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into problems signing artifacts, finding that my dist directory is root owned
And it looks like the docker file is root based
-rw-r--r-- 1 runner docker 17067 Oct 7 21:59 LICENSE.md
-rw-r--r-- 1 runner docker 256 Oct 7 21:59 README.md
drwxr-xr-x 2 root root 4096 Oct 7 21:59 dist
Looks like the default user is runner / docker from at least actions/checkout@v3
Suspect it's also the cause of a few other warnings like
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting poetry
The text was updated successfully, but these errors were encountered:
using JRubics/[email protected]
Running into problems signing artifacts, finding that my dist directory is root owned
And it looks like the docker file is root based
Looks like the default user is runner / docker from at least actions/checkout@v3
Suspect it's also the cause of a few other warnings like
The text was updated successfully, but these errors were encountered: