https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions#user
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 [Store information]
(https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables)
in variables and USER reference in the Docker documentation.