bump nginx to 1.31.2
CI / Build nginx docker images (push) Successful in 1h47m7s

This commit is contained in:
2026-06-21 07:25:23 +08:00
parent 08e800f641
commit fb262342d0
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -7,7 +7,7 @@ on:
- '.gitea/workflows/build-nginx.yaml'
jobs:
"Build nginx docker images":
runs-on: woryzen
runs-on: hostinger
steps:
-
name: Login to Gitea container registry
@@ -28,15 +28,15 @@ jobs:
linux/arm/v7
push: true
pull: true
ssh: default=/home/luser/.ssh/id_ed25519
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
tags: |
"gitea.woggioni.net/woggioni/nginx:latest"
"gitea.woggioni.net/woggioni/nginx:v1.31.1"
"gitea.woggioni.net/woggioni/nginx:v1.31.2"
secrets: |
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
build-args: |
LIBRESSL_VERSION=4.3.2
NGINX_VERSION=1.31.1
NGINX_VERSION=1.31.2
NJS_VERSION=0.9.8
NGINX_BRANCH=vanilla
-
@@ -51,14 +51,14 @@ jobs:
linux/arm/v7
push: true
pull: true
ssh: default=/home/luser/.ssh/id_ed25519
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
tags: |
"gitea.woggioni.net/woggioni/nginx:woggioni"
"gitea.woggioni.net/woggioni/nginx:v1.31.1-woggioni"
"gitea.woggioni.net/woggioni/nginx:v1.31.2-woggioni"
secrets: |
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
build-args: |
LIBRESSL_VERSION=4.3.2
NGINX_VERSION=1.31.1
NGINX_VERSION=1.31.2
NJS_VERSION=0.9.8
NGINX_BRANCH=woggioni
+1 -1
View File
@@ -1,5 +1,5 @@
ARG NGINX_BRANCH=vanilla
FROM alpine:3.23 AS base
FROM alpine:3.24 AS base
FROM base AS build_stage_1
ARG NGINX_VERSION LIBRESSL_VERSION NJS_VERSION