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 a24e691 commit 3bb43e8Copy full SHA for 3bb43e8
.github/workflows/dockerimage.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Are we running as non-root?
54
run: |
55
- docker run --rm -t macbre/nginx nginx whoami | grep nginx
+ docker run --rm -t macbre/nginx whoami | grep nginx
56
57
- name: Run nginx -V and njs -v
58
0 commit comments