From d10cdacb164136349a85ff45e97821b3bae4313c Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Sun, 15 Mar 2026 21:05:46 +0800 Subject: [PATCH] bumped nginx image to 1.29.6 --- .gitea/workflows/build-nginx.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-nginx.yaml b/.gitea/workflows/build-nginx.yaml index 14fab28..e9599bc 100644 --- a/.gitea/workflows/build-nginx.yaml +++ b/.gitea/workflows/build-nginx.yaml @@ -31,12 +31,12 @@ jobs: ssh: default=/home/luser/.ssh/id_ed25519 tags: | "gitea.woggioni.net/woggioni/nginx:latest" - "gitea.woggioni.net/woggioni/nginx:v1.29.5" + "gitea.woggioni.net/woggioni/nginx:v1.29.6" secrets: | GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }} build-args: | LIBRESSL_VERSION=4.2.1 - NGINX_VERSION=1.29.5 + NGINX_VERSION=1.29.6 NGINX_BRANCH=vanilla - name: Build and push nginx custom images @@ -53,10 +53,10 @@ jobs: ssh: default=/home/luser/.ssh/id_ed25519 tags: | "gitea.woggioni.net/woggioni/nginx:woggioni" - "gitea.woggioni.net/woggioni/nginx:v1.29.5-woggioni" + "gitea.woggioni.net/woggioni/nginx:v1.29.6-woggioni" secrets: | GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }} build-args: | LIBRESSL_VERSION=4.2.1 - NGINX_VERSION=1.29.5 + NGINX_VERSION=1.29.6 NGINX_BRANCH=woggioni