test: try /bin/bash

This commit is contained in:
minoplhy 2025-01-12 00:25:01 +07:00
parent e402a3ed49
commit 701a2084b6
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -30,6 +30,7 @@ jobs:
- name: Run nginx Builds - name: Run nginx Builds
run: | run: |
echo "${NGINX_TAG}"
TAGS=("vanilla" "lua") TAGS=("vanilla" "lua")
OPTIONS=( OPTIONS=(
"--type=nginx" "--type=nginx"
@ -61,7 +62,7 @@ jobs:
# Create the tarball # Create the tarball
tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH
done done
shell: alpine.sh --root {0} shell: alpine.sh --root /bin/bash -l {0}
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2