Skip to content

Commit

Permalink
Add DDNS and Porkbun modules
Browse files Browse the repository at this point in the history
  • Loading branch information
skyblaster authored Sep 1, 2024
1 parent e628d7b commit c46dd7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

env:
IMAGE_NAME: caddy-cloudflaredns
IMAGE_NAME: caddy
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ github.token }}
Expand Down
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM caddy:2.8.4-builder AS builder

RUN xcaddy build \
--with github.com/caddy-dns/cloudflare
--with github.com/caddy-dns/cloudflare \
--with github.com/caddy-dns/porkbun \
--with github.com/mholt/caddy-dynamicdns

FROM caddy:2.8.4

Expand Down

0 comments on commit c46dd7b

Please sign in to comment.