We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318715f commit 535d6a2Copy full SHA for 535d6a2
.github/workflows/main.yml
@@ -48,6 +48,8 @@ jobs:
48
run: ./test.sh --latest-njs --type oss
49
- name: Run tests - stable njs version
50
run: ./test.sh --type oss
51
+ - name: Run tests - stable njs version - unprivileged process
52
+ run: ./test.sh --unprivileged --type oss
53
# latest-njs-oss image push [Github]
54
- name: Tag container image for Push to github [latest-njs-oss date]
55
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