diff --git a/Dockerfile b/Dockerfile index 3982a8914..794dd1801 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,8 @@ ENV GITHUB_REPOSITORY_OWNER="peaceiris" ENV GITHUB_ACTIONS="true" ENV CI="true" +RUN git config --global init.defaultBranch main + WORKDIR /repo CMD [ "bash" ]