test: run alpine as root

This commit is contained in:
minoplhy 2025-01-12 00:15:56 +07:00
parent 48da2bb198
commit c9773dff3c
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -60,7 +60,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 {0} shell: alpine.sh --root {0}
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2