File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ if test X$branch = Xdevelop
66then
77 CADDY_VERSION=master
88fi
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 .
Original file line number Diff line number Diff 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
2223networks :
2324 default :
2425 name : caddy
You can’t perform that action at this time.
0 commit comments