feat: add gitea plugin build
All checks were successful
Build and Push Docker Image / build (push) Successful in 47s

This commit is contained in:
Linloir 2024-10-08 12:54:45 +08:00
parent 769a15b919
commit 84a9714379
Signed by: Linloir
GPG Key ID: 255A82F03AACAD83

View File

@ -0,0 +1,11 @@
FROM caddy:builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/caddy-dns/dnspod \
--with github.com/caddy-dns/alidns \
--with github.com/42wim/caddy-gitea
FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy