Skip to content

Commit 432b319

Browse files
authored
Merge branch 'master' into dev
2 parents b282f5a + 23d020c commit 432b319

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/dockerhub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/build-push-action@v6
4343
with:
4444
file: Dockerfile
45-
platforms: linux/amd64,linux/arm64,linux/arm/v7
45+
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/s390x
4646
push: true
4747
tags: ${{ steps.docker_meta_debian.outputs.tags }}
4848
labels: ${{ steps.docker_meta_debian.outputs.labels }}
@@ -87,10 +87,10 @@ jobs:
8787
uses: docker/build-push-action@v6
8888
with:
8989
file: Dockerfile.alpine
90-
platforms: linux/amd64,linux/arm64,linux/arm/v7
90+
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/s390x
9191
push: true
9292
tags: ${{ steps.docker_meta_alpine.outputs.tags }}
9393
labels: ${{ steps.docker_meta_alpine.outputs.labels }}
9494

9595
- name: Images digests
96-
run: echo ${{ steps.docker_build_alpine.outputs.digest }}
96+
run: echo ${{ steps.docker_build_alpine.outputs.digest }}

nginx.tmpl

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -345,15 +345,7 @@ server {
345345
{{ end }}
346346
{{ $access_log }}
347347

348-
# Do not HTTPS redirect Let'sEncrypt ACME challenge
349-
location ^~ /.well-known/acme-challenge/ {
350-
auth_basic off;
351-
auth_request off;
352-
allow all;
353-
root /usr/share/nginx/html;
354-
try_files $uri =404;
355-
break;
356-
}
348+
357349

358350
location / {
359351
{{ if eq $external_https_port "443" }}

0 commit comments

Comments
 (0)