mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
test: add lua
This commit is contained in:
parent
c9773dff3c
commit
e402a3ed49
3
.github/workflows/alpine-nginx-build.yaml
vendored
3
.github/workflows/alpine-nginx-build.yaml
vendored
@ -30,9 +30,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Run nginx Builds
|
- name: Run nginx Builds
|
||||||
run: |
|
run: |
|
||||||
TAGS=("vanilla")
|
TAGS=("vanilla" "lua")
|
||||||
OPTIONS=(
|
OPTIONS=(
|
||||||
"--type=nginx"
|
"--type=nginx"
|
||||||
|
"--lua --type=nginx"
|
||||||
)
|
)
|
||||||
|
|
||||||
for i in ${!TAGS[@]}; do
|
for i in ${!TAGS[@]}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user