Skip to content

Commit

Permalink
fix: set all directories as safe for git
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri authored Sep 6, 2022
1 parent 35e70d1 commit efe5cbf
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
Expand Up @@ -5,7 +5,8 @@ FROM alpine:3.16 AS base
# hadolint ignore=DL3018
RUN apk add --no-cache --update nodejs npm git openssh ca-certificates ruby-bundler

RUN git config --global --add safe.directory /github/workspace
# alpine has trust issues
RUN git config --global --add safe.directory '*'

WORKDIR /action

Expand Down

0 comments on commit efe5cbf

Please sign in to comment.