-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mr. Rubber Ducky (Simon) <[email protected]>
- Loading branch information
1 parent
f50a30c
commit c066c0e
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,9 @@ jobs: | |
image: qor-caddy | ||
registry: ghcr.io | ||
dockerfile: caddy-dfs-CC/alpine/Dockerfile | ||
buildArgs: BUILDPLATFORM=linux/amd64,CADDY_MODULES="github.com/greenpau/[email protected] github.com/greenpau/[email protected] github.com/mholt/caddy-ratelimit github.com/fvbommel/caddy-dns-ip-range github.com/WeidiDeng/caddy-cloudflare-ip github.com/fvbommel/caddy-combine-ip-ranges github.com/caddy-dns/porkbun github.com/caddy-dns/godaddy github.com/caddy-dns/namecheap github.com/caddy-dns/cloudflare github.com/caddy-dns/vercel github.com/caddy-dns/ddnss github.com/caddy-dns/duckdns github.com/caddy-dns/mailinabox github.com/mholt/caddy-dynamicdns github.com/corazawaf/coraza-caddy/v2 github.com/hslatman/caddy-crowdsec-bouncer/http github.com/hslatman/caddy-crowdsec-bouncer/layer4 github.com/jonaharagon/caddy-umami",GO_CADDY_VERSION=v2.9.0-beta.3 | ||
tags: alpine-${{ steps.tag_version.outputs.new_tag }}, latest-alpine | ||
buildArgs: BUILDPLATFORM=linux/amd64,CADDY_MODULES="github.com/greenpau/[email protected] github.com/greenpau/[email protected] github.com/mholt/caddy-ratelimit github.com/fvbommel/caddy-dns-ip-range github.com/WeidiDeng/caddy-cloudflare-ip github.com/fvbommel/caddy-combine-ip-ranges github.com/caddy-dns/porkbun github.com/caddy-dns/godaddy github.com/caddy-dns/namecheap github.com/caddy-dns/cloudflare github.com/caddy-dns/vercel github.com/caddy-dns/ddnss github.com/caddy-dns/duckdns github.com/caddy-dns/mailinabox github.com/mholt/caddy-dynamicdns github.com/corazawaf/coraza-caddy/v2 github.com/hslatman/caddy-crowdsec-bouncer/http github.com/hslatman/caddy-crowdsec-bouncer/layer4 github.com/jonaharagon/caddy-umami",GO_CADDY_VERSION=v2.8.4 | ||
tags: alpine-v1.2.9 | ||
#tags: alpine-${{ steps.tag_version.outputs.new_tag }}, latest-alpine | ||
platform: linux/amd64 | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GHCR_TOKEN }} | ||
|