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 fdf995d commit e37f17dCopy full SHA for e37f17d
1 file changed
Dockerfile
@@ -2,6 +2,8 @@ FROM ghcr.io/appleboy/drone-git-push:1.2.1
2
3
COPY entrypoint.sh /entrypoint.sh
4
5
+RUN git config --system --add safe.directory '*'
6
+
7
USER nobody
8
9
ENV GITHUB_WORKSPACE=/github/workspace
0 commit comments