diff --git a/.gitea/workflows/build-nginx.yaml b/.gitea/workflows/build-nginx.yaml index a724dac..8f6e80a 100644 --- a/.gitea/workflows/build-nginx.yaml +++ b/.gitea/workflows/build-nginx.yaml @@ -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