updated nginx version
All checks were successful
CI / Build nginx docker images (push) Successful in 6m52s
All checks were successful
CI / Build nginx docker images (push) Successful in 6m52s
This commit is contained in:
@@ -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.4"
|
||||
"gitea.woggioni.net/woggioni/nginx:v1.29.5"
|
||||
secrets: |
|
||||
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
|
||||
build-args: |
|
||||
LIBRESSL_VERSION=4.2.1
|
||||
NGINX_VERSION=1.29.4
|
||||
NGINX_VERSION=1.29.5
|
||||
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.4-woggioni"
|
||||
"gitea.woggioni.net/woggioni/nginx:v1.29.5-woggioni"
|
||||
secrets: |
|
||||
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
|
||||
build-args: |
|
||||
LIBRESSL_VERSION=4.2.1
|
||||
NGINX_VERSION=1.29.4
|
||||
NGINX_VERSION=1.29.5
|
||||
NGINX_BRANCH=woggioni
|
||||
|
||||
Reference in New Issue
Block a user