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.
2 parents 558c4b0 + 97842d7 commit b82e209Copy full SHA for b82e209
.github/workflows/dockerimage.yml
@@ -78,8 +78,8 @@ jobs:
78
grep --fixed-strings '<p>It works!</p>' /tmp/h2
79
80
81
- docker run --rm --network host ymuski/curl-http3 \
82
- curl -v https://localhost:8889 --http3 2>&1 | tee /tmp/h3
+ docker run --rm --network host ghcr.io/macbre/curl-http3 \
+ curl -v --insecure https://localhost:8889 --http3 2>&1 | tee /tmp/h3
83
84
grep --fixed-strings '< HTTP/3 200' /tmp/h3
85
grep --fixed-strings --invert-match -i '< server: nginx' /tmp/h3 > /dev/null
0 commit comments