From 30d2667b9d9286f50b899f485da98a99bbcf977b Mon Sep 17 00:00:00 2001 From: Peter Labick Date: Wed, 23 Jun 2021 21:39:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c882454..b51e6e5 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,6 @@ steps: ---- ### Proxy -Building the docker container requires access to pypi.python.org/pypi. If you are running docker based actions on a self-hosted runner behind a proxy, you can configure the docker client to [flow proxy info to the container](https://docs.docker.com/network/proxy/#configure-the-docker-client). This action will respect the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` settings in `~/.docker/config.json`, if set. +Building the docker container requires access to pypi.python.org/pypi. If you are running this action ob a self-hosted runner behind a proxy, you can configure the docker client to [flow proxy info to the container](https://docs.docker.com/network/proxy/#configure-the-docker-client). This action will respect the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` settings in `~/.docker/config.json`, if set. [MIT License](LICENSE)