mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
how to build and publish new version of nghttp2 container
> docker build -f test/support/ci/Dockerfile.nghttp2 -t registry.gitlab.com/honeyryderchuck/httpx/nghttp2:latest .
> docker login -u HoneyryderChuck --password-stdin registry.gitlab.com/honeyryderchuck/httpx/nghttp2:latest
> docker push registry.gitlab.com/honeyryderchuck/httpx/nghttp2:latest