mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +00:00
test: try /bin/bash
This commit is contained in:
parent
e402a3ed49
commit
701a2084b6
3
.github/workflows/alpine-nginx-build.yaml
vendored
3
.github/workflows/alpine-nginx-build.yaml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
|
||||
- name: Run nginx Builds
|
||||
run: |
|
||||
echo "${NGINX_TAG}"
|
||||
TAGS=("vanilla" "lua")
|
||||
OPTIONS=(
|
||||
"--type=nginx"
|
||||
@ -61,7 +62,7 @@ jobs:
|
||||
# Create the tarball
|
||||
tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH
|
||||
done
|
||||
shell: alpine.sh --root {0}
|
||||
shell: alpine.sh --root /bin/bash -l {0}
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user