mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 21:19:03 -04:00
Fix checkout-pr by using fetch & checkout instead of pull
This commit is contained in:
parent
e90a4f1f34
commit
7b8f9c7655
2 changed files with 9 additions and 3 deletions
|
@ -44,8 +44,9 @@ RUN apt update \
|
|||
RUN rm -rf ./* && chown node /app
|
||||
|
||||
USER node
|
||||
|
||||
RUN git clone --branch pr-test https://github.com/louislam/uptime-kuma.git .
|
||||
RUN git config --global user.email "no-reply@no-reply.com"
|
||||
RUN git config --global user.name "PR Tester"
|
||||
RUN git clone https://github.com/louislam/uptime-kuma.git .
|
||||
RUN npm ci
|
||||
|
||||
EXPOSE 3000 3001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue