ci 提交gitea仓库
This commit is contained in:
parent
8a250d6884
commit
c455b703eb
6
.github/actions/gitea-commit/Dockerfile
vendored
6
.github/actions/gitea-commit/Dockerfile
vendored
@ -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"]
|
Loading…
Reference in New Issue
Block a user