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