Skip to content

Commit b82e209

Browse files
authored
Merge pull request #83 from macbre/ci/use-macbre-curl-http3
Use "ghcr.io/macbre/curl-http3" for http3 testing
2 parents 558c4b0 + 97842d7 commit b82e209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
grep --fixed-strings '<p>It works!</p>' /tmp/h2
7979
8080
81-
docker run --rm --network host ymuski/curl-http3 \
82-
curl -v https://localhost:8889 --http3 2>&1 | tee /tmp/h3
81+
docker run --rm --network host ghcr.io/macbre/curl-http3 \
82+
curl -v --insecure https://localhost:8889 --http3 2>&1 | tee /tmp/h3
8383
8484
grep --fixed-strings '< HTTP/3 200' /tmp/h3
8585
grep --fixed-strings --invert-match -i '< server: nginx' /tmp/h3 > /dev/null

0 commit comments

Comments
 (0)