diff --git a/.github/workflows/alpine-nginx-build.yaml b/.github/workflows/alpine-nginx-build.yaml index 4b73804..1ad9f2e 100644 --- a/.github/workflows/alpine-nginx-build.yaml +++ b/.github/workflows/alpine-nginx-build.yaml @@ -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