Compare commits
4 Commits
renovate/c
...
081a62be3e
| Author | SHA1 | Date | |
|---|---|---|---|
| 081a62be3e | |||
| 00dc445b47 | |||
|
|
6dbbe3dedf | ||
|
|
026e5c703d |
@@ -21,10 +21,10 @@ jobs:
|
|||||||
password: ${{ secrets.PAT }}
|
password: ${{ secrets.PAT }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user