upgraded nginx to 1.31.0
CI / Build nginx docker images (push) Failing after 10s

This commit is contained in:
2026-05-15 22:13:12 +08:00
parent 1f6c90db8c
commit efa3c8100b
+4 -3
View File
@@ -31,12 +31,13 @@ jobs:
ssh: default=/home/luser/.ssh/id_ed25519 ssh: default=/home/luser/.ssh/id_ed25519
tags: | tags: |
"gitea.woggioni.net/woggioni/nginx:latest" "gitea.woggioni.net/woggioni/nginx:latest"
"gitea.woggioni.net/woggioni/nginx:v1.30.0" "gitea.woggioni.net/woggioni/nginx:v1.31.0"
secrets: | secrets: |
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }} GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
build-args: | build-args: |
LIBRESSL_VERSION=4.2.1 LIBRESSL_VERSION=4.3.1
NGINX_VERSION=1.30.0 NGINX_VERSION=1.31.0
NJS_VERSION=0.9.8
NGINX_BRANCH=vanilla NGINX_BRANCH=vanilla
- -
name: Build and push nginx custom images name: Build and push nginx custom images