Add create-pr tool to container image
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
9847dbf0bf
commit
901bc94e2e
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
FROM johnwalkerx/gitea-pull-request-create-plugin:latest AS gprcp
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache bash yq
|
||||
|
@ -7,6 +9,8 @@ COPY messages.yaml /messages.yaml
|
|||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENV OUTPUT_FILE="message.txt"
|
||||
COPY --from=gprcp /gitea-pull-request-create-plugin /gitea-pull-request-create-plugin
|
||||
|
||||
RUN chmod +x /gitea-pull-request-create-plugin
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue