upgraded nginx to 1.31.0
CI / Build nginx docker images (push) Successful in 19m45s

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