ci 提交gitea仓库

This commit is contained in:
朱秀清 2022-01-16 12:49:09 +08:00
parent 8a250d6884
commit c455b703eb

View File

@ -4,9 +4,9 @@ RUN apk add git
COPY . .
WORKDIR /.github
WORKDIR /.github/actions/gitea-commit
RUN echo $PWD
RUN chmod +x ./actions/gitea-commit/entrypoint.sh
RUN chmod +x entrypoint.sh
ENTRYPOINT ["./actions/gitea-commit/entrypoint.sh"]
ENTRYPOINT ["entrypoint.sh"]