diff --git a/Dockerfile b/Dockerfile index 799c108..d038813 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,8 @@ COPY package*.json ./ # Install dependencies RUN apt-get update RUN apt-get -y install git -RUN git config user.name "Bump Version" -RUN git config user.email "gh-action-bump-version@users.noreply.github.com" +RUN git config --global user.name "Bump Version" +RUN git config --global user.email "gh-action-bump-version@users.noreply.github.com" RUN npm ci