Skip to content

Commit fb1c1df

Browse files
author
Jan VL
committed
fix(ci): add git safe.directory config for Docker builds
1 parent 8d69fbf commit fb1c1df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ jobs:
249249
protobuf-dev \
250250
protoc
251251
252+
git config --global --add safe.directory /workspace
253+
252254
export VERSION="${GITHUB_REF_NAME#v}"
253255
export ARCH="${{ matrix.arch }}"
254256
bash ./scripts/build_static_musl.sh
@@ -308,6 +310,8 @@ jobs:
308310
paho-c-devel \
309311
openssl-devel
310312
313+
git config --global --add safe.directory /workspace
314+
311315
export CC=clang
312316
export CXX=clang++
313317

0 commit comments

Comments
 (0)