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 5744677 commit b8a32bbCopy full SHA for b8a32bb
1 file changed
Dockerfile
@@ -10,3 +10,6 @@ RUN apt-get update && apt-get install -y \
10
wget \
11
&& rm -rf /var/lib/apt/lists/*
12
COPY . /project
13
+# Git ≥2.35.2 blocks repo access across users. The checkout step runs as
14
+# the Actions runner user, but this step runs as root inside docker:dind.
15
+git config --global --add safe.directory /project
0 commit comments