mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +00:00
nginx-build.yaml: fix variable
This commit is contained in:
parent
184a972494
commit
6eadb3041c
3
.github/workflows/nginx-build.yaml
vendored
3
.github/workflows/nginx-build.yaml
vendored
@ -21,7 +21,8 @@ jobs:
|
||||
|
||||
- name: Run Nginx Build
|
||||
run: |
|
||||
curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag={$NGINX_TAG} -nl -nm
|
||||
echo "This Task will be run using the following tag: ${NGINX_TAG}"
|
||||
curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag=${NGINX_TAG} -nl -nm
|
||||
tar czvf nginx-${NGINX_TAG}.tar.gz ~/nginx_scriptbox/nginx/objs
|
||||
|
||||
- name: Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user