From c9773dff3c72334a952829f519ab0fdb1de15303 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sun, 12 Jan 2025 00:15:56 +0700 Subject: [PATCH] test: run alpine as root --- .github/workflows/alpine-nginx-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpine-nginx-build.yaml b/.github/workflows/alpine-nginx-build.yaml index 70c20d4..dc86d37 100644 --- a/.github/workflows/alpine-nginx-build.yaml +++ b/.github/workflows/alpine-nginx-build.yaml @@ -60,8 +60,8 @@ jobs: # Create the tarball tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH done - shell: alpine.sh {0} - + shell: alpine.sh --root {0} + - name: Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/')