Skip to content

Commit 535d6a2

Browse files
committed
Add unprivileged container to GH build and deploy
Signed-off-by: Elijah Zupancic <[email protected]>
1 parent 318715f commit 535d6a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: ./test.sh --latest-njs --type oss
4949
- name: Run tests - stable njs version
5050
run: ./test.sh --type oss
51+
- name: Run tests - stable njs version - unprivileged process
52+
run: ./test.sh --unprivileged --type oss
5153
# latest-njs-oss image push [Github]
5254
- name: Tag container image for Push to github [latest-njs-oss date]
5355
run: docker tag nginx-s3-gateway:latest-njs-oss docker.pkg.github.com/$GITHUB_REPOSITORY/nginx-oss-s3-gateway:latest-njs-oss-${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)