File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
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 }}
Original file line number Diff line number Diff line change @@ -11,10 +11,7 @@ ARG TARGETOS
1111ARG TARGETARCH
1212
1313RUN 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
You can’t perform that action at this time.
0 commit comments