feat: add gitea plugin build
All checks were successful
Build and Push Docker Image / build (push) Successful in 47s
All checks were successful
Build and Push Docker Image / build (push) Successful in 47s
This commit is contained in:
parent
769a15b919
commit
84a9714379
11
builds/gitea-dns/Dockerfile
Normal file
11
builds/gitea-dns/Dockerfile
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user