Compare commits

..

2 Commits

Author SHA1 Message Date
00dc445b47 Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#14) from renovate/docker-build-push-action-7.x into main
Some checks failed
Build / build (push) Failing after 11s
Reviewed-on: #14
2026-03-07 23:20:29 +13:00
Renovate Bot
6dbbe3dedf chore(deps): update docker/build-push-action action to v7
Some checks failed
Build / build (pull_request) Failing after 54s
2026-03-06 00:01:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile

View File

@@ -1,6 +1,6 @@
FROM caddy:2.11.2 AS base FROM caddy:2.10.2 AS base
FROM caddy:2.11.2-builder-alpine AS caddybuild FROM caddy:2.10.2-builder-alpine AS caddybuild
RUN xcaddy build \ RUN xcaddy build \
--with github.com/greenpau/caddy-security \ --with github.com/greenpau/caddy-security \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \ --with github.com/lucaslorentz/caddy-docker-proxy/v2 \