ci: fix failing whois test

This commit is contained in:
Lan Tian 2024-03-12 18:03:23 -07:00
parent 6174208d07
commit 90f36610dc
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Test whois binary in frontend image
run: |
docker build -t local/frontend frontend/
docker run --rm --net host --entrypoint whois local/frontend github.com || exit 1
docker run --rm --net host --entrypoint whois local/frontend -I github.com || exit 1
docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net github.com || exit 1
docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net:43 github.com || exit 1