Skip to content

Commit 27f80e8

Browse files
authored
Merge pull request #2 from jum/develop
Develop
2 parents f923d12 + ae81246 commit 27f80e8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
images: jumager/caddy
2727
- name: Build and push
28-
uses: docker/build-push-action@v4
28+
uses: docker/build-push-action@v5
2929
with:
3030
push: ${{ github.event_name != 'pull_request' }}
3131
platforms: linux/amd64,linux/arm64

build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if test X$branch = Xdevelop
66
then
77
CADDY_VERSION=master
88
fi
9-
docker buildx build --platform linux/arm64,linux/amd64 --build-arg CADDY_VERSION=master -t ${DOCKER_PREFIX}:${branch} -f Dockerfile --push .
9+
docker buildx build --platform linux/arm64,linux/amd64 --build-arg CADDY_VERSION=${CADDY_VERSION} -t ${DOCKER_PREFIX}:${branch} -f Dockerfile --push .

watchtower/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
WATCHTOWER_HTTP_API_UPDATE: "true"
2020
WATCHTOWER_HTTP_API_TOKEN: "Random_password"
2121
WATCHTOWER_HTTP_API_PERIODIC_POLLS: "true"
22+
WATCHTOWER_LOG_FORMAT: json
2223
networks:
2324
default:
2425
name: caddy

0 commit comments

Comments
 (0)