#### 📖 Summary <!-- Provide a summary of your changes. Describe the why and not how. --> #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Reviewed-on: #6
This commit is contained in:
parent
f33e256ddc
commit
97206d45f8
@ -1,7 +1,7 @@
|
||||
FROM caddy:2.6-builder-alpine AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/42wim/caddy-gitea@v0.0.3
|
||||
--with gitea.ocram85.com/OCram85/caddy-gitea@v0.0.4
|
||||
|
||||
FROM caddy:2.6.2
|
||||
|
||||
|
2
gitea.go
2
gitea.go
@ -5,7 +5,7 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"github.com/42wim/caddy-gitea/pkg/gitea"
|
||||
"gitea.orcram85.com/OCram85/caddy-gitea/pkg/gitea"
|
||||
"github.com/caddyserver/caddy/v2"
|
||||
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
|
||||
"github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile"
|
||||
|
Loading…
Reference in New Issue
Block a user