Skip to content

Commit 33b26d0

Browse files
committed
removed rate limiting for 8.5 image, its in the www one now
1 parent fb58517 commit 33b26d0

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Login to GHCR
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
registry: ${{ env.REGISTRY }}
3030
username: ${{ github.repository_owner }}
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v6
5656

5757
- name: Login to GHCR
58-
uses: docker/login-action@v3
58+
uses: docker/login-action@v4
5959
with:
6060
registry: ${{ env.REGISTRY }}
6161
username: ${{ github.repository_owner }}
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v6
8989

9090
- name: Login to GHCR
91-
uses: docker/login-action@v3
91+
uses: docker/login-action@v4
9292
with:
9393
registry: ${{ env.REGISTRY }}
9494
username: ${{ github.repository_owner }}

8.5/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ ARG TARGETOS
1111
ARG TARGETARCH
1212

1313
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build \
14-
--with github.com/mholt/caddy-ratelimit \
15-
--with github.com/dunglas/caddy-cbrotli \
16-
--with github.com/pberkel/caddy-storage-redis \
17-
--with github.com/ggicci/caddy-jwt
14+
--with github.com/dunglas/caddy-cbrotli
1815

1916
# -----------------------------------------------------
2017
# App Itself

0 commit comments

Comments
 (0)