Compare commits
4 Commits
v0.0.5
...
renovate/w
Author | SHA1 | Date | |
---|---|---|---|
61f0869a1f | |||
28f0c95429 | |||
5f7453b8ff | |||
da4802d356 |
@ -5,7 +5,7 @@ when:
|
|||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.0'
|
- &build_plugin 'woodpeckerci/plugin-docker-buildx:6.0.1'
|
||||||
# deployment targets
|
# deployment targets
|
||||||
- &publish_repos 'ocram85/caddy-gitea,gitea.ocram85.com/ocram85/caddy-gitea'
|
- &publish_repos 'ocram85/caddy-gitea,gitea.ocram85.com/ocram85/caddy-gitea'
|
||||||
# logins for deployment targets
|
# logins for deployment targets
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM caddy:2.6-builder-alpine AS builder
|
FROM caddy:2.6-builder-alpine AS builder
|
||||||
|
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
--with gitea.ocram85.com/OCram85/caddy-gitea@v0.0.4
|
--with gitea.ocram85.com/ocram85/caddy-gitea@v0.0.6
|
||||||
|
|
||||||
FROM caddy:2.6.2
|
FROM caddy:2.6.2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user