We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7a48d commit fb330ebCopy full SHA for fb330eb
github-action/Dockerfile
@@ -2,7 +2,8 @@ FROM mikefarah/yq:4
2
3
COPY entrypoint.sh /entrypoint.sh
4
5
-# this seems to be the default user in github actions
6
-USER 1001
+# github action recommendation is to run as root.
+# https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
7
+USER root
8
9
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments