mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +00:00
fix: export env
This commit is contained in:
parent
0bd762e5a9
commit
46b1f490bc
4
.github/workflows/freenginx-build.yaml
vendored
4
.github/workflows/freenginx-build.yaml
vendored
@ -26,7 +26,9 @@ jobs:
|
||||
"--lua --type=freenginx"
|
||||
"--modsecurity --type=freenginx"
|
||||
)
|
||||
|
||||
|
||||
echo "TAGS=${TAGS[*]}" >> $GITHUB_ENV
|
||||
echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV
|
||||
- name: Run freenginx Builds
|
||||
run: |
|
||||
for i in ${!TAGS[@]}; do
|
||||
|
4
.github/workflows/nginx-build.yaml
vendored
4
.github/workflows/nginx-build.yaml
vendored
@ -26,7 +26,9 @@ jobs:
|
||||
"--lua --type=nginx"
|
||||
"--modsecurity --type=nginx"
|
||||
)
|
||||
|
||||
|
||||
echo "TAGS=${TAGS[*]}" >> $GITHUB_ENV
|
||||
echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV
|
||||
- name: Run nginx Builds
|
||||
run: |
|
||||
for i in ${!TAGS[@]}; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user