mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
fix: missing flags
This commit is contained in:
parent
ce7d710304
commit
c5581afcfa
2
.github/workflows/freenginx-build.yaml
vendored
2
.github/workflows/freenginx-build.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
TAGS=("vanilla" "allstar" "lua" "modsecurity")
|
TAGS=("vanilla" "allstar" "lua" "modsecurity")
|
||||||
OPTIONS=(
|
OPTIONS=(
|
||||||
"--type=freenginx"
|
"--type=freenginx"
|
||||||
"--lua --type=freenginx"
|
"--lua --modsecurity --type=freenginx"
|
||||||
"--lua --type=freenginx"
|
"--lua --type=freenginx"
|
||||||
"--modsecurity --type=freenginx"
|
"--modsecurity --type=freenginx"
|
||||||
)
|
)
|
||||||
|
2
.github/workflows/nginx-build.yaml
vendored
2
.github/workflows/nginx-build.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
TAGS=("vanilla" "allstar" "lua" "modsecurity")
|
TAGS=("vanilla" "allstar" "lua" "modsecurity")
|
||||||
OPTIONS=(
|
OPTIONS=(
|
||||||
"--type=nginx"
|
"--type=nginx"
|
||||||
"--lua --type=nginx"
|
"--lua --modsecurity --type=nginx"
|
||||||
"--lua --type=nginx"
|
"--lua --type=nginx"
|
||||||
"--modsecurity --type=nginx"
|
"--modsecurity --type=nginx"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user