Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove USER instruction in Dockerfile
Remove the USER instruction in the Dockerfile to make it run as the default root user, which is required by github. > Docker actions must be run by the default Docker user (root). > Do not use the USER instruction in your Dockerfile, because you > won't be able to access the GITHUB_WORKSPACE directory. > For more information, see "Variables" and USER reference in the Docker documentation. https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
- Loading branch information