Skip to content

Commit

Permalink
add safe.directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Mar 23, 2023
1 parent 677b7a7 commit fe45c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:18-alpine

RUN apk add git
RUN apk add git \
&& git config --global --add safe.directory /github/workspace

COPY build /action-release

Expand Down

0 comments on commit fe45c87

Please sign in to comment.